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 084cefe commit a9c7c37Copy full SHA for a9c7c37
package.json
@@ -178,7 +178,30 @@
178
]
179
180
},
181
- "cover": {}
+ "cover": {
182
+ "sourceMaps": "both",
183
+ "presets": [
184
+ [
185
+ "@babel/preset-env",
186
+ {
187
+ "targets": "current node"
188
+ }
189
+ ],
190
+ "babel-preset-power-assert"
191
192
+ "plugins": [
193
194
+ "transform-remove-console",
195
196
+ "exclude": [
197
+ "log",
198
+ "error",
199
+ "warn"
200
+ ]
201
202
203
204
205
}
206
207
"lint-staged": {
0 commit comments