Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
fengmk2 committed Dec 27, 2024
1 parent 5a8dae3 commit 825206a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/commands/test.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ describe('test/commands/test.test.ts', () => {
});

it('should success js on unhandled-rejection', () => {
if (version >= 20 && process.platform === 'win32') return;
if (process.env.CI) return;
return coffee.fork(eggBin, [ 'test' ], { cwd: getFixtures('test-unhandled-rejection') })
.debug()
.expect('stdout', / Uncaught Error: mock error/)
Expand Down

0 comments on commit 825206a

Please sign in to comment.