Skip to content

Commit af4ab82

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/f4f2f038c1728370f45204d13b52e4691640a5b4/src/transforms/ava:config-sort-keys.js Please contact the author of the transform if you believe there was an error.
1 parent 4563aae commit af4ab82

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
@@ -61,13 +61,13 @@
6161
"regenerator-runtime": "0.13.7"
6262
},
6363
"ava": {
64+
"files": [
65+
"test/src/**/*"
66+
],
6467
"require": [
6568
"regenerator-runtime/runtime",
6669
"@babel/register"
6770
],
68-
"files": [
69-
"test/src/**/*"
70-
],
7171
"timeout": "1m"
7272
},
7373
"babel": {

0 commit comments

Comments
 (0)