We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
npm run test:unit:coverage produces result for only 1 cmp resourceLoader.js
npm run test:unit:coverage
resourceLoader.js
Scratch Org
npm install
coverage/lcov-report/index.html
jest.config.js
collectCoverage: true, coverageReporters: ['json', 'html', 'lcov', 'text'],
-------------------|---------|----------|---------|---------|------------------- File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s -------------------|---------|----------|---------|---------|------------------- All files | 0 | 100 | 0 | 0 | resourceLoader.js | 0 | 100 | 0 | 0 | 9-16 -------------------|---------|----------|---------|---------|------------------- Test Suites: 122 passed, 122 total Tests: 425 passed, 425 total Snapshots: 0 total Time: 5.421 s Ran all test suites.
Opening coverage/lcov-report/index.html in browser shows the same results.
Coverage is output for all components the 425 tests ran against.
The text was updated successfully, but these errors were encountered:
Thank you for posting this issue. 🙇🏼♂️We will come back to you shortly.
Sorry, something went wrong.
satyasekharcvb
No branches or pull requests
Summary
npm run test:unit:coverage
produces result for only 1 cmpresourceLoader.js
Salesforce Org Type
Scratch Org
Steps To Reproduce
npm install
npm run test:unit:coverage
coverage/lcov-report/index.html
in browser for coverage resultsjest.config.js
to debug (same results with or without this config change)Current Behavior
Opening
coverage/lcov-report/index.html
in browser shows the same results.Expected Behavior
Coverage is output for all components the 425 tests ran against.
Relevant Log Output
Code of Conduct
The text was updated successfully, but these errors were encountered: