Skip to content

Commit f623382

Browse files
committed
🛠 run all tests with yarn jest
1 parent cd26143 commit f623382

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎tools/sync-branches.sh‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ function cascade_changes() {
1616

1717
git checkout $CURRENT
1818
git merge --no-edit $PARENT
19-
[ "$SKIP_TESTS" = "true" ] || yarn affected:test --all
19+
[ "$SKIP_TESTS" = "true" ] || yarn jest
2020

2121
PARENT="$CURRENT"
2222

0 commit comments

Comments
 (0)