Skip to content

Commit 12a55cb

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

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

package.json

+6
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,12 @@
119119
},
120120
"test": {
121121
"presets": [
122+
[
123+
"@babel/preset-env",
124+
{
125+
"targets": "current node"
126+
}
127+
],
122128
"babel-preset-power-assert"
123129
],
124130
"plugins": [

0 commit comments

Comments
 (0)