We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 795a643 commit 3dabc22Copy full SHA for 3dabc22
1 file changed
test/core/test/hooks.test.js
@@ -34,7 +34,7 @@ describe('before and after hooks', () => {
34
resolve()
35
}, 100)
36
})
37
- }, 200)
+ }, 1000)
38
39
it('beforeEach works', () => {
40
assert.equal(eachState, 'running')
0 commit comments