Sfoglia il codice sorgente

fix CI config and allow empty unit test to pass

Olivier Massot 2 anni fa
parent
commit
ae7aeb4270
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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: [