UNPKG

@cappa/core

Version:

Core Playwright screenshot functionality for Cappa

12 lines (10 loc) 263 B
import { defineConfig } from "vitest/config"; export default defineConfig({ test: { environment: "node", coverage: { reporter: ["text", "json", "html"], exclude: ["node_modules/", "dist/", "**/*.test.ts", "**/*.config.ts"], }, }, });