-
Notifications
You must be signed in to change notification settings - Fork 507
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 not running in watch mode by default #319
Comments
can you suggest a way to pass thru all flags down into jest? this might help support all of jest's other features. |
I wonder if we can use bash's https://stackoverflow.com/a/3816747/6107169 something like |
eh i think we have better ways to do that programmatically. but feel free to open up a pr and do what works! |
what do you suggest? |
not sure but check this out: Lines 559 to 581 in c5f65bc
|
@tylerthehaas, sorry if I misunderstood, but isn't |
Yeah all we should do is key off of whether CI=true IMHO |
that works. nice 1-2 liner. |
Previously I could use |
@MartijnHols just add CI=true explicitly |
or ctrl + C to kill :) |
Taken from here: jaredpalmer#319 (comment)
@MartijnHols @ambroseus we are reverting the "watch mode by default" behavior we added a month ago - sorry for the flipflop. more info #408 |
Current Behavior
yarn test
isn't running in interactive modeExpected behavior
to have tests run in interactive/watch mode.
Suggested solution(s)
run jest in watch mode when tsdx test is run.
Your environment
The text was updated successfully, but these errors were encountered: