https://github.com/jonaskello/ts-jest-coverage-repro
Repro of issue in ts-jest
https://github.com/jonaskello/ts-jest-coverage-repro
Last synced: 7 months ago
JSON representation
Repro of issue in ts-jest
- Host: GitHub
- URL: https://github.com/jonaskello/ts-jest-coverage-repro
- Owner: jonaskello
- Created: 2017-03-25T12:12:24.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-25T21:40:47.000Z (about 9 years ago)
- Last Synced: 2024-10-05T02:21:08.253Z (over 1 year ago)
- Language: TypeScript
- Size: 30.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://travis-ci.org/jonaskello/ts-jest-coverage-repro)
# How to use
```
yarn install
# Run this command to find your cache dir
yarn run rm-cache
# Make note of the command to remove your cache dir and run it
rm -rf /var/folders/x9/80kcdvw148n5glkvr51w7fm80000gn/T/jest
# Now run the test
yarn run test
```