Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
fengmk2 committed Jan 3, 2025
1 parent fe06e9f commit 1621cd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/commands/cov.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ describe('test/commands/cov.test.ts', () => {
await coffee.fork(eggBin, [ 'cov' ], { cwd })
// .debug()
.expect('stdout', /should work/)
.expect('stdout', /1 passing/)
.expect('stdout', /3 passing/)
.expect('stdout', /Statements\s+: 100% \( \d+\/\d+ \)/)
.expect('code', 0)
.end();
Expand Down

0 comments on commit 1621cd7

Please sign in to comment.