We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 39842d8 + 1e72556 commit e4b85abCopy full SHA for e4b85ab
justfile
@@ -22,7 +22,7 @@ test: build
22
23
# Run the tests for a single file
24
test_file filename: build
25
- npx ava --verbose {{filename}}
+ npx ava --serial --verbose {{filename}}
26
27
[doc("Refresh the .js build artefacts in the lib directory")]
28
[confirm]
0 commit comments