Replies: 1 comment
-
There is not, but it'd be nice! |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Jest provides a
--changedSince
flag to specify a branch name. And the tests will be run only on the changed code. I see the--watch
mode which can be used in development. But is there something similar to configure in CI server?Beta Was this translation helpful? Give feedback.
All reactions