Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```