Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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