Skip to content

Commit c6d4c68

Browse files
committed
Make test less flaky: crash should be earlier
1 parent 0182fa4 commit c6d4c68

File tree

1 file changed

+3
-1
lines changed
  • test/no-subprocess-end/spec/one-crash-early-one-ok

1 file changed

+3
-1
lines changed
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
describe('suite', () => {
2-
it('should pass', () => {});
2+
it('should pass', (done) => {
3+
setTimeout(done, 100);
4+
});
35
});

0 commit comments

Comments
 (0)