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.
1 parent c6e30a2 commit 1e72556Copy full SHA for 1e72556
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