Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lukasalvarezdev/jest-remix-repro
installGlobals bug repro with jest / timers bug repro with vitest
https://github.com/lukasalvarezdev/jest-remix-repro
Last synced: 10 days ago
JSON representation
installGlobals bug repro with jest / timers bug repro with vitest
- Host: GitHub
- URL: https://github.com/lukasalvarezdev/jest-remix-repro
- Owner: lukasalvarezdev
- Created: 2024-07-20T05:52:47.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-20T06:13:04.000Z (6 months ago)
- Last Synced: 2024-11-14T18:36:45.832Z (2 months ago)
- Language: TypeScript
- Homepage:
- Size: 75.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# jest-remix-repro
### Install dependencies
```bash
npm install
```### Run tests to reproduce the issue with JEST
```bash
npm run test
```### Run tests to reproduce the issue with VITEST
```bash
npm run test:vitest
```