Skip to content
Snippets Groups Projects
Commit 3e08827f authored by Konrad Mohrfeldt's avatar Konrad Mohrfeldt :koala:
Browse files

tests: ensure verbose output for tests executed via make

parent 137cc3b1
No related branches found
No related tags found
No related merge requests found
Pipeline #7427 passed
......@@ -135,7 +135,7 @@ test-local-playwright: $(DIR_DIST)
.PHONY: test-local-vitest
test-local-vitest: node_modules
npm run test -- --run --isolate
npm run test -- --run --isolate --reporter verbose
.PHONY: test-local
test-local: test-local-playwright test-local-vitest
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment