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 790face commit 56fc305Copy full SHA for 56fc305
package.json
@@ -118,7 +118,28 @@
118
]
119
},
120
"test": {
121
- "sourceMaps": "inline"
+ "sourceMaps": "inline",
122
+ "presets": [
123
+ [
124
+ "@babel/preset-env",
125
+ {
126
+ "targets": "current node"
127
+ }
128
+ ],
129
+ "babel-preset-power-assert"
130
131
+ "plugins": [
132
133
+ "transform-remove-console",
134
135
+ "exclude": [
136
+ "log",
137
+ "error",
138
+ "warn"
139
+ ]
140
141
142
143
144
"cover": {
145
"sourceMaps": "both",
0 commit comments