Skip to content

Commit

Permalink
🤖 config(babel): Setup cover 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/make-github-pseudonymous-again/rejuvenate/blob/3eb37da7d78b30a6f28492864d065b8d8043ab23/src/transforms/babel:setup-env-cover.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 Oct 16, 2022
1 parent f3e68ad commit 2184ddd
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,30 @@
]
]
},
"cover": {},
"cover": {
"sourceMaps": "both",
"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 2184ddd

Please sign in to comment.