We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Following class is incompletely covered, the code in propertyFunction is not covered, only the assignment:
propertyFunction
class Testing { method() { return 'Hello, World! ' + this.propertyFunction(); } propertyFunction = () => { return 'Instance'; }; } export { Testing };
This is the resulting report. Line 7 is not covered by instrumentation.
The text was updated successfully, but these errors were encountered:
Similar to #247 (comment), I'm open to accept a PR.
Sorry, something went wrong.
No branches or pull requests
Following class is incompletely covered, the code in
propertyFunction
is not covered, only the assignment:This is the resulting report. Line 7 is not covered by instrumentation.
The text was updated successfully, but these errors were encountered: