UNPKG

@userfront/core

Version:
18 lines (17 loc) 361 B
import { defineConfig } from "vitest/config"; export default defineConfig({ test: { environment: "jsdom", environmentOptions: { jsdom: { url: "https://www.example.com/" } }, globals: true, coverage: { reporter: ["text", "json-summary", "json"], reportOnFailure: true, include: ["src/**"] } } })