Skip to content

Commit 1b8c82d

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

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
@@ -99,13 +99,13 @@
9999
"regenerator-runtime": "0.13.7"
100100
},
101101
"ava": {
102+
"files": [
103+
"test/src/**/*"
104+
],
102105
"require": [
103106
"regenerator-runtime/runtime",
104107
"@babel/register"
105108
],
106-
"files": [
107-
"test/src/**/*"
108-
],
109109
"timeout": "10m",
110110
"concurrency": 8
111111
},

0 commit comments

Comments
 (0)