ソースを参照

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: [