UNPKG

@braintree/sanitize-url

Version:
9 lines (7 loc) 145 B
import { defineConfig } from "vitest/config"; export default defineConfig({ test: { globals: true, environment: "happy-dom", }, });