瀏覽代碼

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