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 96c3149 commit c9c99fcCopy full SHA for c9c99fc
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