Skip to content

Commit 066a055

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 f3e88a2 commit 066a055

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
@@ -132,6 +132,12 @@
132132
"test": {
133133
"sourceMaps": "inline",
134134
"presets": [
135+
[
136+
"@babel/preset-env",
137+
{
138+
"targets": "current node"
139+
}
140+
],
135141
"babel-preset-power-assert"
136142
],
137143
"plugins": [

0 commit comments

Comments
 (0)