Skip to content

Commit 4c1029d

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

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
@@ -132,6 +132,12 @@
132132
},
133133
"test": {
134134
"presets": [
135+
[
136+
"@babel/preset-env",
137+
{
138+
"targets": "current node"
139+
}
140+
],
135141
"babel-preset-power-assert"
136142
],
137143
"plugins": [

0 commit comments

Comments
 (0)