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

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

Awesome Lists containing this project

README

          

[![build status](https://travis-ci.org/jonaskello/ts-jest-coverage-repro.svg?branch=master)](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
```