Skip to content

Commit 5151641

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

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
@@ -68,13 +68,13 @@
6868
"regenerator-runtime": "0.13.7"
6969
},
7070
"ava": {
71+
"files": [
72+
"test/src/**/*"
73+
],
7174
"require": [
7275
"regenerator-runtime/runtime",
7376
"@babel/register"
7477
],
75-
"files": [
76-
"test/src/**/*"
77-
],
7878
"timeout": "1m",
7979
"concurrency": 8
8080
},

0 commit comments

Comments
 (0)