Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
rvdkeere committed Apr 18, 2024
1 parent f55f570 commit 2fb9dc2
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 498 deletions.
27 changes: 0 additions & 27 deletions frontend/.github/workflows/playwright.yml

This file was deleted.

2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"preview": "vite preview",
"test:unit": "vitest",
"test:coverage": "vitest --coverage",
"test:e2e": "DEBUG=true playwright test",
"test:e2e": "playwright test",
"test:e2e:ui": "playwright test --ui-port=8008 --ui-host=0.0.0.0",
"tests": "npm run test:unit && npm run test:e2e"
},
Expand Down
Loading

0 comments on commit 2fb9dc2

Please sign in to comment.