An open API service indexing awesome lists of open source software.

https://github.com/nstepien/vitest-bug


https://github.com/nstepien/vitest-bug

Last synced: about 1 month ago
JSON representation

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