Skip to content

Commit

Permalink
🤖 deps: Upgrade AVA to v4.
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/ava:upgrade-from-3-to-4.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 ef1d383 commit 126cc1f
Show file tree
Hide file tree
Showing 2 changed files with 253 additions and 331 deletions.
20 changes: 7 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,11 @@
"@babel/plugin-transform-destructuring": "7.19.4",
"@babel/plugin-transform-for-of": "7.18.8",
"@babel/preset-env": "7.13.10",
"@babel/register": "7.13.8",
"@codec-bytes/ascii": "^3.0.0",
"@commitlint/cli": "17.1.2",
"@js-library/commitlint-config": "0.0.4",
"ava": "3.15.0",
"@node-loader/babel": "2.0.1",
"ava": "4.3.3",
"babel-plugin-transform-remove-console": "6.9.4",
"babel-plugin-unassert": "3.0.1",
"babel-preset-power-assert": "3.0.0",
Expand All @@ -100,24 +100,18 @@
},
"ava": {
"require": [
"regenerator-runtime/runtime",
"@babel/register"
"regenerator-runtime/runtime"
],
"files": [
"test/src/**/*"
],
"timeout": "1m"
"timeout": "1m",
"nodeArguments": [
"--experimental-loader=@node-loader/babel"
]
},
"babel": {
"sourceMaps": true,
"presets": [
[
"@babel/preset-env",
{
"targets": "current node"
}
]
],
"plugins": [
[
"transform-remove-console",
Expand Down
Loading

0 comments on commit 126cc1f

Please sign in to comment.