Skip to content

Commit 605c4ca

Browse files
🤖 config(ava): Sort keys.
These changes were automatically generated by a transform whose code can be found at: - https://github.com/make-github-pseudonymous-again/rejuvenate/blob/a44c42967442d65fd14272682fb84a6f32feb841/src/transforms/ava:config-sort-keys.js Please contact the author of the transform if you believe there was an error.
1 parent 48039a4 commit 605c4ca

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
@@ -63,13 +63,13 @@
6363
"power-assert": "1.6.1"
6464
},
6565
"ava": {
66+
"files": [
67+
"test/src/**/*"
68+
],
6669
"require": [
6770
"regenerator-runtime/runtime",
6871
"@babel/register"
6972
],
70-
"files": [
71-
"test/src/**/*"
72-
],
7373
"timeout": "1m",
7474
"concurrency": 8
7575
},

0 commit comments

Comments
 (0)