Skip to content

Commit 33e9fbd

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/9b50c2a1d7e9ab7b4bc9c9ff88892e98c5f62244/src/transforms/babel:setup-env-test.js Please contact the author of the transform if you believe there was an error.
1 parent 5e83a80 commit 33e9fbd

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

package.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -121,14 +121,19 @@
121121
"test": {
122122
"sourceMaps": "inline",
123123
"presets": [
124+
[
125+
"@babel/preset-env",
126+
{
127+
"targets": "current node"
128+
}
129+
],
124130
"babel-preset-power-assert"
125131
],
126132
"plugins": [
127133
[
128134
"transform-remove-console",
129135
{
130136
"exclude": [
131-
"debug",
132137
"log",
133138
"error",
134139
"warn"

0 commit comments

Comments
 (0)