Skip to content

Commit e70758f

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/ebf7e47fdba6d4d1465a98658ef1d4e78f0eace6/src/transforms/babel:setup-env-test.js Please contact the author of the transform if you believe there was an error.
1 parent 6c6e60b commit e70758f

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
@@ -111,14 +111,19 @@
111111
"test": {
112112
"sourceMaps": "inline",
113113
"presets": [
114+
[
115+
"@babel/preset-env",
116+
{
117+
"targets": "current node"
118+
}
119+
],
114120
"babel-preset-power-assert"
115121
],
116122
"plugins": [
117123
[
118124
"transform-remove-console",
119125
{
120126
"exclude": [
121-
"debug",
122127
"log",
123128
"error",
124129
"warn"

0 commit comments

Comments
 (0)