Skip to content

Commit 48be21c

Browse files
committed
Use npm run ava in justfile
1 parent 77a9259 commit 48be21c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ test: build
2222

2323
# Run the tests for a single file
2424
test_file filename: build
25-
npx ava --serial --verbose {{filename}}
25+
npm run ava {{filename}}
2626

2727
[doc("Refresh the .js build artefacts in the lib directory")]
2828
[confirm]

0 commit comments

Comments
 (0)