Skip to content

Commit e03b238

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

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
@@ -127,6 +127,12 @@
127127
"test": {
128128
"sourceMaps": "inline",
129129
"presets": [
130+
[
131+
"@babel/preset-env",
132+
{
133+
"targets": "current node"
134+
}
135+
],
130136
"babel-preset-power-assert"
131137
],
132138
"plugins": [

0 commit comments

Comments
 (0)