Skip to content

Commit

Permalink
Allow passing without any tests
Browse files Browse the repository at this point in the history
  • Loading branch information
chennisden committed Jun 10, 2024
1 parent 70009b2 commit cc91a85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ test-backend:
@python -m pytest

test-frontend:
@cd frontend && npm run test -- --watchAll=false
@cd frontend && npm run test -- --watchAll=false --passWithNoTests

# test: test-backend test-frontend
test: test-backend
Expand Down

0 comments on commit cc91a85

Please sign in to comment.