Skip to content

Commit

Permalink
🤖 config(ava): Sort keys.
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/d09fbf6436be892b61bbe02454e1d7d7229c50d8/src/transforms/ava:config-sort-keys.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 Sep 10, 2022
1 parent 6d0d15e commit 50c75e8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,17 +95,17 @@
"xo": "0.52.3"
},
"ava": {
"require": [
"regenerator-runtime/runtime"
],
"files": [
"test/src/**/*"
],
"timeout": "1m",
"concurrency": 8,
"nodeArguments": [
"--experimental-loader=@node-loader/babel"
]
],
"require": [
"regenerator-runtime/runtime"
],
"timeout": "1m",
"concurrency": 8
},
"babel": {
"sourceMaps": true,
Expand Down

0 comments on commit 50c75e8

Please sign in to comment.