https://github.com/nstepien/vitest-bug
https://github.com/nstepien/vitest-bug
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/nstepien/vitest-bug
- Owner: nstepien
- License: mit
- Created: 2026-03-22T02:28:26.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2026-03-22T02:28:28.000Z (4 months ago)
- Last Synced: 2026-06-09T16:35:34.858Z (about 1 month ago)
- Language: TypeScript
- Size: 13.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vitest bug repro
## Quick start
1. `npm ci`
2. `npx playwright install`
3. Run tests
- `npm test` - all browsers spamming the console while running all the tests
- `npm run test:across` - one browser spamming the console, other browsers run the tests
4. Comment out the `console.log();` line in `test/spam.test.ts` and run the tests again:
- Actions do not timeout anymore