[READ-ONLY] Mirror of https://github.com/vitest-dev/vitest. Next generation testing framework powered by Vite. vitest.dev
test testing-tools vite
12

Configure Feed

Select the types of activity you want to include in your feed.

test: tweak timeout to fix flake (#7800)

authored by

Hiroshi Ogawa and committed by
GitHub
(Apr 5, 2025, 11:14 AM +0200) 3dabc221 795a6433

+1 -1
+1 -1
test/core/test/hooks.test.js
··· 34 34 resolve() 35 35 }, 100) 36 36 }) 37 - }, 200) 37 + }, 1000) 38 38 39 39 it('beforeEach works', () => { 40 40 assert.equal(eachState, 'running')