Skip to content

Commit aae6735

Browse files
committed
fix: ava --serial
1 parent 7b04078 commit aae6735

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ava/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"scripts": {
1010
"test": "ava",
1111
"test:better": "ava -c 4",
12-
"test:inline": "ava --no-worker-threads"
12+
"test:inline": "ava --serial"
1313
},
1414
"author": "",
1515
"license": "ISC",

0 commit comments

Comments
 (0)