Skip to content

Commit e40d16b

Browse files
🤖 deps: Upgrade AVA to v4.
These changes were automatically generated by a transform whose code can be found at: - https://github.com/make-github-pseudonymous-again/rejuvenate/blob/7a92df9c28303ed9cd6ee1a5e4999acfc8c52497/src/transforms/ava:upgrade-from-3-to-4.js Please contact the author of the transform if you believe there was an error.
1 parent b0dcdc6 commit e40d16b

File tree

2 files changed

+321
-314
lines changed

2 files changed

+321
-314
lines changed

package.json

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,10 @@
7272
"@babel/plugin-transform-destructuring": "^7.18.13",
7373
"@babel/plugin-transform-for-of": "7.18.8",
7474
"@babel/preset-env": "7.13.10",
75-
"@babel/register": "7.13.8",
7675
"@commitlint/cli": "17.1.2",
7776
"@js-library/commitlint-config": "0.0.4",
78-
"ava": "3.15.0",
77+
"@node-loader/babel": "2.0.1",
78+
"ava": "4.3.3",
7979
"babel-plugin-transform-remove-console": "6.9.4",
8080
"babel-plugin-unassert": "3.0.1",
8181
"babel-preset-power-assert": "3.0.0",
@@ -100,21 +100,15 @@
100100
"test/src/**/*"
101101
],
102102
"require": [
103-
"regenerator-runtime/runtime",
104-
"@babel/register"
103+
"regenerator-runtime/runtime"
105104
],
106-
"timeout": "1m"
105+
"timeout": "1m",
106+
"nodeArguments": [
107+
"--experimental-loader=@node-loader/babel"
108+
]
107109
},
108110
"babel": {
109111
"sourceMaps": true,
110-
"presets": [
111-
[
112-
"@babel/preset-env",
113-
{
114-
"targets": "current node"
115-
}
116-
]
117-
],
118112
"plugins": [
119113
[
120114
"transform-remove-console",

0 commit comments

Comments
 (0)