Skip to content

Commit a3a5180

Browse files
🤖 config(ava): Sort keys.
These changes were automatically generated by an uncommited transform.
1 parent 7a2bf27 commit a3a5180

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
@@ -62,13 +62,13 @@
6262
"regenerator-runtime": "0.13.7"
6363
},
6464
"ava": {
65+
"files": [
66+
"test/src/**/*"
67+
],
6568
"require": [
6669
"regenerator-runtime/runtime",
6770
"@babel/register"
6871
],
69-
"files": [
70-
"test/src/**/*"
71-
],
7272
"timeout": "1m"
7373
},
7474
"babel": {

0 commit comments

Comments
 (0)