Use npm run ava in justfile

This commit is contained in:
Michael B. Gale
2025-09-25 12:37:18 +01:00
parent 77a9259761
commit 48be21c31e

View File

@@ -22,7 +22,7 @@ test: build
# Run the tests for a single file
test_file filename: build
npx ava --serial --verbose {{filename}}
npm run ava {{filename}}
[doc("Refresh the .js build artefacts in the lib directory")]
[confirm]