We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd4fa47 commit 3ad9d55Copy full SHA for 3ad9d55
package.json
@@ -150,12 +150,6 @@
150
"babel-preset-power-assert"
151
]
152
},
153
- "cover": {
154
- "sourceMaps": "both",
155
- "presets": [
156
- "babel-preset-power-assert"
157
- ]
158
- },
159
"development": {
160
"presets": [
161
[
@@ -185,6 +179,12 @@
185
179
"plugins": [
186
180
"babel-plugin-unassert"
187
181
182
+ },
183
+ "cover": {
184
+ "sourceMaps": "both",
+ "presets": [
+ "babel-preset-power-assert"
+ ]
188
}
189
190
0 commit comments