From cc91a85e5dc0d41ed5cce794a0b99d8157b086d1 Mon Sep 17 00:00:00 2001 From: Dennis Chen Date: Mon, 10 Jun 2024 14:29:43 -0700 Subject: [PATCH] Allow passing without any tests --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ade262a1..c2a85568 100644 --- a/Makefile +++ b/Makefile @@ -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