We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd26143 commit f623382Copy full SHA for f623382
‎tools/sync-branches.sh‎
@@ -16,7 +16,7 @@ function cascade_changes() {
16
17
git checkout $CURRENT
18
git merge --no-edit $PARENT
19
- [ "$SKIP_TESTS" = "true" ] || yarn affected:test --all
+ [ "$SKIP_TESTS" = "true" ] || yarn jest
20
21
PARENT="$CURRENT"
22
0 commit comments