Skip to content

Commit 11bb3db

Browse files
committed
Adds inline sourcemaps generation to restore coverage
1 parent 6a73dce commit 11bb3db

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.babelrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@
99
"node": "8"
1010
}
1111
}]
12-
]
12+
],
13+
"sourceMaps": "inline"
1314
}

.nycrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
],
66
"exclude": [
77
"**/spec/**",
8-
"lib/"
8+
"src/"
99
]
1010
}
1111

0 commit comments

Comments
 (0)