Skip to content

Commit 1e673fe

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 3273dd2 commit 1e673fe

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

0 commit comments

Comments
 (0)