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
I wrote a new test for https://github.com/bahmutov/deps-ok but the coverage in the e2e coverage report didn't change.
gt.async 'test version', -> gt.exec 'node', ['index.js', '--version'], 0, (stdout) -> console.assert(stdout == 'deps-ok 0.8.0\n', 'expected "deps-ok 0.8.0" but was "' + stdout + '"')
Steps to reproduce the behavior:
test/e2e.coffee
npm run e2e
index.js
test/cover/lcov-report/deps-ok/index.js.html
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I wrote a new test for https://github.com/bahmutov/deps-ok but the coverage in the e2e coverage report didn't change.
Steps to reproduce the behavior:
test/e2e.coffee
npm run e2e
index.js
attest/cover/lcov-report/deps-ok/index.js.html
The text was updated successfully, but these errors were encountered: