You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If changes are isolated to the client, we should only run client tests. Vice versa for the server. I'm not sure the best way to do this yet, but will do some research.
I know that jest has some CLI options that might be useful:
We'll still run the full test-suite on the CI build though.
The text was updated successfully, but these errors were encountered:
If changes are isolated to the
client
, we should only runclient
tests. Vice versa for theserver
. I'm not sure the best way to do this yet, but will do some research.I know that
jest
has some CLI options that might be useful:We'll still run the full test-suite on the CI build though.
The text was updated successfully, but these errors were encountered: