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/aureooms/rejuvenate/blob/d9f26a96d129929f69189d69282e8e85ccdd74a0/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 Mar 18, 2021
1 parent 5c1211a commit 3bf214d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,13 @@
"regenerator-runtime": "0.13.7"
},
"ava": {
"files": [
"test/src/**/*"
],
"require": [
"regenerator-runtime/runtime",
"@babel/register"
],
"files": [
"test/src/**/*"
],
"timeout": "1m"
},
"babel": {
Expand Down

0 comments on commit 3bf214d

Please sign in to comment.