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

https://github.com/thangngoc89/nyc-mock-fs


https://github.com/thangngoc89/nyc-mock-fs

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# Example of using nyc with mock-fs and mountfs

Steps to reproduce:

```console
npm install

# Tests with AVA passed
npm test

# Tests with nyc fail (can not find mocked file)
npm run coverage
```