Skip to content

Commit 39b0f4e

Browse files
🤖 config(babel): Setup test environment.
These changes were automatically generated by a transform whose code can be found at: - https://github.com/make-github-pseudonymous-again/rejuvenate/blob/a44c42967442d65fd14272682fb84a6f32feb841/src/transforms/babel:setup-env-test.js Please contact the author of the transform if you believe there was an error.
1 parent 30ba8f0 commit 39b0f4e

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)