From bd01c0380c8ef1720b7c65c96cb56a90a657a4a4 Mon Sep 17 00:00:00 2001 From: MarioCadenas Date: Fri, 23 Jan 2026 15:45:17 +0100 Subject: [PATCH] chore: update template --- template/vitest.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/template/vitest.config.ts b/template/vitest.config.ts index 98134fd..3f54fed 100644 --- a/template/vitest.config.ts +++ b/template/vitest.config.ts @@ -3,6 +3,7 @@ import path from 'node:path'; export default defineConfig({ test: { + passWithNoTests: true, globals: true, environment: 'node', exclude: ['**/node_modules/**', '**/dist/**', '**/*.spec.ts', '**/.smoke-test/**', '**/.databricks/**'],