Skip to content

Commit 32d7fa0

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 37b930c commit 32d7fa0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,12 @@
128128
},
129129
"test": {
130130
"presets": [
131+
[
132+
"@babel/preset-env",
133+
{
134+
"targets": "current node"
135+
}
136+
],
131137
"babel-preset-power-assert"
132138
],
133139
"plugins": [

0 commit comments

Comments
 (0)