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 e356224 commit 2073a9bCopy full SHA for 2073a9b
package.json
@@ -145,6 +145,12 @@
145
"babel-preset-power-assert"
146
]
147
},
148
+ "cover": {
149
+ "sourceMaps": "both",
150
+ "presets": [
151
+ "babel-preset-power-assert"
152
+ ]
153
+ },
154
"development": {
155
"presets": [
156
[
@@ -174,12 +180,6 @@
174
180
"plugins": [
175
181
"babel-plugin-unassert"
176
182
177
- },
178
- "cover": {
179
- "sourceMaps": "both",
- "presets": [
- "babel-preset-power-assert"
- ]
183
}
184
185
0 commit comments