Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
build: use --serial in 'just test_file'
Some tests require the --serial flag to pass.
  • Loading branch information
cklin committed Sep 24, 2025
commit 1e725567143ebc7888f891e70a71aab18d8d126c
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggestion: add a command for running an individual test to package.json and then call that from here?


[doc("Refresh the .js build artefacts in the lib directory")]
[confirm]
Expand Down
Loading