Option to delay test execution in watch mode #2702
novemberborn
started this conversation in
Ideas
Replies: 1 comment 3 replies
-
I think I misphrased "better option". I really meant a better name (compared to |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Prompted by @jakobrosenberg, I'd like to explore options to delay test execution in watch mode. Specifically for use cases where tests are run against build output, and the build process takes a while to settle down.
@jakobrosenberg you mentioned Rollup's
buildDelay
, but also suggested adiskIdle
option. Is that something you've seen elsewhere? How would you characterize the differences?Beta Was this translation helpful? Give feedback.
All reactions