Skip to content

Commit d4078bc

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 7edbea6 commit d4078bc

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
@@ -124,6 +124,12 @@
124124
"test": {
125125
"sourceMaps": "inline",
126126
"presets": [
127+
[
128+
"@babel/preset-env",
129+
{
130+
"targets": "current node"
131+
}
132+
],
127133
"babel-preset-power-assert"
128134
],
129135
"plugins": [

0 commit comments

Comments
 (0)