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

Test runner can't run in watch mode #32

Open
meisekimiu opened this issue Nov 19, 2021 · 0 comments
Open

Test runner can't run in watch mode #32

meisekimiu opened this issue Nov 19, 2021 · 0 comments

Comments

@meisekimiu
Copy link
Member

  • Summary
    The test runner we're using can't run in watch mode since it requires a build to run the tests, and isn't configured to re-build when it re-runs tests. This means that it's basically pointless to run in test-watching mode. Also this means you can't simply run the test command through npx, and instead you need to make sure to build the application so the test runner can run the newest compiled version of the application.

  • Other information (e.g. detailed explanation, stack traces, related issues, suggestions how to fix, links for us to have context, eg. StackOverflow, personal fork, etc.)
    Let's either configure the test runner to compile automatically every time it's run, or if that's not possible or too difficult, see about switching to another test runner.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant