Skip to content

Commit c3adccd

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

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
@@ -69,13 +69,13 @@
6969
"regenerator-runtime": "0.13.7"
7070
},
7171
"ava": {
72+
"files": [
73+
"test/src/**/*"
74+
],
7275
"require": [
7376
"regenerator-runtime/runtime",
7477
"@babel/register"
7578
],
76-
"files": [
77-
"test/src/**/*"
78-
],
7979
"timeout": "1m"
8080
},
8181
"babel": {

0 commit comments

Comments
 (0)