Skip to content

Commit

Permalink
🤖 config(babel): Setup test environment.
Browse files Browse the repository at this point in the history
These changes were automatically generated by a transform whose code can be found at:
  - https://github.com/aureooms/rejuvenate/blob/e2bf2c17f7e41fd818d2de9cb478d2e183f92a0e/src/transforms/babel:setup-env-test.js
Please contact the author of the transform if you believe there was an error.
  • Loading branch information
a-flying-potato authored and make-github-pseudonymous-again committed Mar 17, 2021
1 parent 685969e commit ea9ca6a
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion package.json
Expand Up @@ -125,7 +125,29 @@
"babel-preset-power-assert"
]
},
"test": {},
"test": {
"presets": [
[
"@babel/preset-env",
{
"targets": "current node"
}
],
"babel-preset-power-assert"
],
"plugins": [
[
"transform-remove-console",
{
"exclude": [
"log",
"error",
"warn"
]
}
]
]
},
"development": {
"sourceMaps": "inline",
"presets": [
Expand Down

0 comments on commit ea9ca6a

Please sign in to comment.