From 48be21c31e49b7f7e9eff3faeb80181955f64cbb Mon Sep 17 00:00:00 2001 From: "Michael B. Gale" Date: Thu, 25 Sep 2025 12:37:18 +0100 Subject: [PATCH] Use `npm run ava` in `justfile` --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index c951b4b06..ed9d9eb1d 100644 --- a/justfile +++ b/justfile @@ -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]