diff --git a/justfile b/justfile index f146ed9b48..c951b4b063 100644 --- a/justfile +++ b/justfile @@ -22,7 +22,7 @@ test: build # Run the tests for a single file test_file filename: build - npx ava --verbose {{filename}} + npx ava --serial --verbose {{filename}} [doc("Refresh the .js build artefacts in the lib directory")] [confirm]