https://github.com/thangngoc89/nyc-mock-fs
https://github.com/thangngoc89/nyc-mock-fs
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/thangngoc89/nyc-mock-fs
- Owner: thangngoc89
- Created: 2016-03-26T21:44:08.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-26T22:31:58.000Z (about 9 years ago)
- Last Synced: 2025-01-19T17:08:47.476Z (5 months ago)
- Language: JavaScript
- Size: 1000 Bytes
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```