Skip to content

Commit

Permalink
Fix test errors line numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
AlphaHydrae committed Nov 23, 2017
1 parent 3a84e28 commit 4f5a048
Show file tree
Hide file tree
Showing 4 changed files with 1,072 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"env": {
"test": {
"plugins": [ "istanbul" ]
}
}
}
7 changes: 7 additions & 0 deletions .nycrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"require": [
"babel-register"
],
"sourceMap": false,
"instrument": false
}
Loading

0 comments on commit 4f5a048

Please sign in to comment.