Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sandersn/jest-typescript-oomemory
- Owner: sandersn
- Created: 2019-06-12T18:10:31.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T00:01:52.000Z (almost 2 years ago)
- Last Synced: 2024-10-06T13:52:26.557Z (about 1 month ago)
- Language: JavaScript
- Size: 1.72 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Steps to repro:
```sh
$ npm install
$ npx jest --coverage
```Works fine without `--coverage`.