Skip to content

Commit da40371

Browse files
a-flying-potatomake-github-pseudonymous-again
authored andcommittedMar 25, 2021
🤖 config(ava): Sort keys.
These changes were automatically generated by a transform whose code can be found at: - https://github.com/aureooms/rejuvenate/blob/e086830dfe927964be93f46b8ecdacd2597eb487/src/transforms/ava:config-sort-keys.js Please contact the author of the transform if you believe there was an error.
1 parent 7ba576e commit da40371

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,13 @@
5454
"nyc": "^15.1.0"
5555
},
5656
"ava": {
57+
"files": [
58+
"test/src/**/*"
59+
],
5760
"require": [
5861
"@babel/polyfill",
5962
"@babel/register"
6063
],
61-
"files": [
62-
"test/src/**/*"
63-
],
6464
"timeout": "1m",
6565
"concurrency": 8
6666
},

0 commit comments

Comments
 (0)
Please sign in to comment.