소스 검색

fix CI config and allow empty unit test to pass

Olivier Massot 2 년 전
부모
커밋
ae7aeb4270
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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: [