UNPKG

@baken667/share-kit

Version:

A simple share utility kit with native and social media share options

9 lines (7 loc) 187 B
import { defineConfig } from "vitest/config"; export default defineConfig({ test: { include: ["tests/**/*.{test,spec}.{js,mjs,cjs,ts,mts,cts}"], environment: "jsdom", }, });