Browse Source

fix CI config and allow empty unit test to pass

Olivier Massot 2 years ago
parent
commit
ae7aeb4270
1 changed files with 1 additions and 0 deletions
  1. 1 0
      vitest.config.ts

+ 1 - 0
vitest.config.ts

@@ -8,6 +8,7 @@ export default defineConfig({
     test: {
         globals: true,
         environment: 'jsdom',
+        passWithNoTests: true,
         coverage: {
             enabled: true,
             include: [