Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sandersn/jest-typescript-oomemory

Repro for oomemory failure with jest in typescript
https://github.com/sandersn/jest-typescript-oomemory

Last synced: about 1 month ago
JSON representation

Repro for oomemory failure with jest in typescript

Awesome Lists containing this project

README

        

Steps to repro:

```sh
$ npm install
$ npx jest --coverage
```

Works fine without `--coverage`.