Skip to content

Commit 7409b30

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

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
"nyc": "15.1.0"
6464
},
6565
"ava": {
66+
"files": [
67+
"test/src/**/*"
68+
],
6669
"require": [
6770
"@babel/polyfill",
6871
"@babel/register"
6972
],
70-
"files": [
71-
"test/src/**/*"
72-
],
7373
"timeout": "1m"
7474
},
7575
"babel": {

0 commit comments

Comments
 (0)