Skip to content

Commit 2654f68

Browse files
🤖 config(ava): Sort keys.
These changes were automatically generated by a transform whose code can be found at: - https://github.com/aureooms/rejuvenate/blob/e086830dfe927964be93f46b8ecdacd2597eb487/src/transforms/ava:config-sort-keys.js Please contact the author of the transform if you believe there was an error.
1 parent cd48f91 commit 2654f68

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,13 @@
5959
"regenerator-runtime": "0.13.7"
6060
},
6161
"ava": {
62+
"files": [
63+
"test/src/**/*"
64+
],
6265
"require": [
6366
"regenerator-runtime/runtime",
6467
"@babel/register"
6568
],
66-
"files": [
67-
"test/src/**/*"
68-
],
6969
"timeout": "1m"
7070
},
7171
"babel": {

0 commit comments

Comments
 (0)