Skip to content

Commit c39ccd1

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

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
@@ -158,6 +158,12 @@
158158
},
159159
"test": {
160160
"presets": [
161+
[
162+
"@babel/preset-env",
163+
{
164+
"targets": "current node"
165+
}
166+
],
161167
"babel-preset-power-assert"
162168
],
163169
"plugins": [

0 commit comments

Comments
 (0)