Skip to content

Commit 19f084c

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

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
@@ -121,6 +121,12 @@
121121
},
122122
"test": {
123123
"presets": [
124+
[
125+
"@babel/preset-env",
126+
{
127+
"targets": "current node"
128+
}
129+
],
124130
"babel-preset-power-assert"
125131
],
126132
"plugins": [

0 commit comments

Comments
 (0)