Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danini-the-panini/istanbul_underscore_issue
Demonstration of istanbul issue with underscores in numbers
https://github.com/danini-the-panini/istanbul_underscore_issue
Last synced: 15 days ago
JSON representation
Demonstration of istanbul issue with underscores in numbers
- Host: GitHub
- URL: https://github.com/danini-the-panini/istanbul_underscore_issue
- Owner: danini-the-panini
- Created: 2019-11-20T17:34:53.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-11T17:23:32.000Z (over 3 years ago)
- Last Synced: 2023-06-11T05:35:17.764Z (over 1 year ago)
- Language: JavaScript
- Size: 149 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# istanbul_underscore_issue
Example showing that istanbul ignores files with underscores in numbers.
e.g. `1_000` vs `1000`
## How to run
1. `yarn`
2. `yarn test`
3. Notice that only `bar.js` shows up in the coverage report