Skip to content

Commit

Permalink
feat(app): update cli-coverage integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
vogloblinsky committed May 11, 2023
1 parent 38bc0e5 commit 10b471c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/src/cli/cli-coverage.spec.ts
Expand Up @@ -372,7 +372,7 @@ describe('CLI coverage report', () => {
expect(coverageFile).to.contain('img src="./images/coverage-badge-documentation.svg"');
});
it('it should have coverage page - score', () => {
expect(coverageFile).to.contain('5/5');
expect(coverageFile).to.contain('9/9');
});
});

Expand Down

0 comments on commit 10b471c

Please sign in to comment.