Skip to content

Commit 001d605

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 5e220aa commit 001d605

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
@@ -130,6 +130,12 @@
130130
},
131131
"test": {
132132
"presets": [
133+
[
134+
"@babel/preset-env",
135+
{
136+
"targets": "current node"
137+
}
138+
],
133139
"babel-preset-power-assert"
134140
],
135141
"plugins": [

0 commit comments

Comments
 (0)