Skip to content

Commit

Permalink
Use babel-register in nyc
Browse files Browse the repository at this point in the history
  • Loading branch information
ganimomer committed Dec 3, 2018
1 parent a616cd5 commit bf1b6fa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .nycrc
@@ -1,5 +1,6 @@
{
"reporter": ["html", "text-summary"],
"require": ["babel-register"],
"sourceMap": false,
"instrument": false
}
3 changes: 3 additions & 0 deletions package.json
Expand Up @@ -29,6 +29,9 @@
"lodash": "4.17.11"
},
"devDependencies": {
"babel-plugin-istanbul": "5.1.0",
"babel-preset-es2015": "6.24.1",
"babel-register": "6.26.0",
"coveralls": "3.0.2",
"cross-env": "5.2.0",
"eslint": "5.9.0",
Expand Down

0 comments on commit bf1b6fa

Please sign in to comment.