UNPKG

@azure/static-web-apps-cli

Version:
16 lines (14 loc) 269 B
import { defineConfig } from "vitest/config"; export default defineConfig({ test: { globals: true, include: ["src/**/*.spec.ts"], mockReset: true, restoreMocks: true, server: { deps: { inline: ["to-vfile"], }, }, }, });