Explorar el Código

fix CI config and allow empty unit test to pass

Olivier Massot hace 2 años
padre
commit
ae7aeb4270
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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: [