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.
npm run ava
justfile
1 parent 77a9259 commit 48be21cCopy full SHA for 48be21c
justfile
@@ -22,7 +22,7 @@ test: build
22
23
# Run the tests for a single file
24
test_file filename: build
25
- npx ava --serial --verbose {{filename}}
+ npm run ava {{filename}}
26
27
[doc("Refresh the .js build artefacts in the lib directory")]
28
[confirm]
0 commit comments