Replies: 1 comment
-
You could customize the For example: in settings.json {
"jest.jestCommandLine": "yarn jest --watchAll",
"jest.autoRun": "on-save",
} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In the documentation, the mode
watch-all-tests
is mentioned as an alternative to justwatch-tests
. In other words, something that'll trigger--watchAll
instead of--watch
.But how is this configured? The documentation doesn't state how.
Beta Was this translation helpful? Give feedback.
All reactions