Skip to content

Commit b8e40cc

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/eb1b209cd7aa675a642d48b2a788c2c6112779f7/src/transforms/babel:setup-env-test.js Please contact the author of the transform if you believe there was an error.
1 parent b6bc8d4 commit b8e40cc

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)