You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The output is probably due to the buffering/grouping. With --disableConsoleIntercept, you can see more precise logs.
$ npm run test -- --disableConsoleIntercept
...
RUN v2.1.8 /home/projects/vitejs-vite-bju16tjp
before all +++
before each
123
after each
after all ++++
Interestingly, the issue actually doesn't happen since 3.0.0-beta.2. Probably this is because we now always wait setTimeout(.., 0) for each test as par #6944.
Describe the bug
the test code like below:
while the output like below:
does not the beforeAll hook should run before all test case?
Reproduction
you could reproduce this issue with : this example
System Info
Used Package Manager
pnpm
Validations
The text was updated successfully, but these errors were encountered: