We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6e94fa commit 20c7392Copy full SHA for 20c7392
Makefile
@@ -410,12 +410,12 @@ watch-backend: go-check ## watch backend files and continuously rebuild
410
test: test-frontend test-backend ## test everything
411
412
.PHONY: test-backend
413
-test-backend: ## test frontend files
+test-backend: ## test backend files
414
@echo "Running go test with $(GOTESTFLAGS) -tags '$(TEST_TAGS)'..."
415
@$(GO) test $(GOTESTFLAGS) -tags='$(TEST_TAGS)' $(GO_TEST_PACKAGES)
416
417
.PHONY: test-frontend
418
-test-frontend: node_modules ## test backend files
+test-frontend: node_modules ## test frontend files
419
npx vitest
420
421
.PHONY: test-check
0 commit comments