UNPKG

storage-manager-js

Version:

A little way to control Cookies, LocalStorage and SessionStorage without tears

11 lines (9 loc) 172 B
import { defineConfig } from "vitest/config"; export default defineConfig({ test: { environment: "jsdom", root: "./tests", dir: "./tests", globals: true, }, });