Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(runner): more flexible watch mode #17

Merged
merged 1 commit into from
Oct 24, 2023
Merged

feat(runner): more flexible watch mode #17

merged 1 commit into from
Oct 24, 2023

Conversation

PaperStrike
Copy link
Owner

The previous watch mode would throw an error if a test file was deleted, and the mode was implemented using the esbuild watch API, which unfortunately does not monitor the creation of new test files.

This PR introduces a custom file watcher that comprehensively handles the creation, modification, and deletion of most test files and imported files.

@PaperStrike PaperStrike added the enhancement New feature or request label Oct 24, 2023
@PaperStrike PaperStrike merged commit 6bea50b into main Oct 24, 2023
4 checks passed
@PaperStrike PaperStrike deleted the custom-watch branch October 24, 2023 15:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant