feat: Use Vitest for testing (#25284)

Co-authored-by: Koen Kanters <koenkanters94@gmail.com>
This commit is contained in:
Nerivec
2024-12-22 20:19:45 +01:00
committed by GitHub
parent 5d059b7bcb
commit 06f44533af
51 changed files with 2606 additions and 4771 deletions
+2 -2
View File
@@ -41,7 +41,7 @@ jobs:
pnpm run eslint
- name: Test
run: pnpm run test-with-coverage
run: pnpm run test:coverage
- name: Log in to the Docker container registry
if: (github.ref == 'refs/heads/dev' || startsWith(github.ref, 'refs/tags/')) && github.event_name == 'push'
@@ -188,4 +188,4 @@ jobs:
run: pnpm run build
- name: Test
run: pnpm run test-with-coverage
run: pnpm run test:coverage