Skip to content

Commit f63ff02

Browse files
committed
Remove passing E2E tests from pre-push requirements since workflow changing to use Playwright watcher
1 parent b0b9daa commit f63ff02

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.husky/pre-push

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ if [ -f "$HOME/.nvm/nvm.sh" ]; then
1414
fi
1515
fi
1616

17-
# Pushes must pass lint, unit, and e2e test suites
17+
# Pushes must pass lint and unit test suites
1818
npm run lint
1919
npm run test:unit
20-
DEBUG=1 npm run test:e2e

0 commit comments

Comments
 (0)