Skip to content

Commit e8051ea

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

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
@@ -50,13 +50,13 @@
5050
"nyc": "15.1.0"
5151
},
5252
"ava": {
53+
"files": [
54+
"test/src/**/*"
55+
],
5356
"require": [
5457
"@babel/polyfill",
5558
"@babel/register"
5659
],
57-
"files": [
58-
"test/src/**/*"
59-
],
6060
"timeout": "1m"
6161
},
6262
"babel": {

0 commit comments

Comments
 (0)