Skip to content

Commit 129cf13

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/9b50c2a1d7e9ab7b4bc9c9ff88892e98c5f62244/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 6ec0256 commit 129cf13

File tree

2 files changed

+252
-330
lines changed

2 files changed

+252
-330
lines changed

package.json

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,11 @@
7373
"@babel/plugin-transform-destructuring": "7.20.2",
7474
"@babel/plugin-transform-for-of": "7.18.8",
7575
"@babel/preset-env": "7.13.10",
76-
"@babel/register": "7.13.8",
7776
"@commitlint/cli": "17.2.0",
7877
"@js-library/commitlint-config": "0.0.4",
7978
"@list-abstraction/specification": "10.0.0",
80-
"ava": "3.15.0",
79+
"@node-loader/babel": "2.0.1",
80+
"ava": "4.3.3",
8181
"babel-plugin-transform-remove-console": "6.9.4",
8282
"babel-plugin-unassert": "3.2.0",
8383
"babel-preset-power-assert": "3.0.0",
@@ -100,22 +100,16 @@
100100
"files": [
101101
"test/src/**/*"
102102
],
103+
"nodeArguments": [
104+
"--experimental-loader=@node-loader/babel"
105+
],
103106
"require": [
104-
"regenerator-runtime/runtime",
105-
"@babel/register"
107+
"regenerator-runtime/runtime"
106108
],
107109
"timeout": "1m"
108110
},
109111
"babel": {
110112
"sourceMaps": true,
111-
"presets": [
112-
[
113-
"@babel/preset-env",
114-
{
115-
"targets": "current node"
116-
}
117-
]
118-
],
119113
"plugins": [
120114
"@babel/plugin-proposal-async-generator-functions",
121115
[

0 commit comments

Comments
 (0)