Skip to content

Commit 4fd5632

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

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
@@ -137,6 +137,12 @@
137137
"test": {
138138
"sourceMaps": "inline",
139139
"presets": [
140+
[
141+
"@babel/preset-env",
142+
{
143+
"targets": "current node"
144+
}
145+
],
140146
"babel-preset-power-assert"
141147
],
142148
"plugins": [

0 commit comments

Comments
 (0)