We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a982c95 commit b79d0c3Copy full SHA for b79d0c3
test/fixtures/test-runner/output/test-timeout-flag.js
@@ -13,4 +13,4 @@ describe('--test-timeout is set to 500ms', () => {
13
test('test 3 must pass', async () => {
14
await setTimeout(10);
15
})
16
-})
+});
0 commit comments