Selaa lähdekoodia

fix CI config and allow empty unit test to pass

Olivier Massot 2 vuotta sitten
vanhempi
commit
ae7aeb4270
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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: [