Skip to content

Commit e437644

Browse files
🤖 config(babel): Setup test environment.
These changes were automatically generated by a transform whose code can be found at: - https://github.com/make-github-pseudonymous-again/rejuvenate/blob/8134808bd3e9bcbb3e4b2ca5401e2dee58965a01/src/transforms/babel:setup-env-test.js Please contact the author of the transform if you believe there was an error.
1 parent 3d357c2 commit e437644

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,14 +140,19 @@
140140
"test": {
141141
"sourceMaps": "inline",
142142
"presets": [
143+
[
144+
"@babel/preset-env",
145+
{
146+
"targets": "current node"
147+
}
148+
],
143149
"babel-preset-power-assert"
144150
],
145151
"plugins": [
146152
[
147153
"transform-remove-console",
148154
{
149155
"exclude": [
150-
"debug",
151156
"log",
152157
"error",
153158
"warn"

0 commit comments

Comments
 (0)