UNPKG

query-state-hook

Version:

Easily manage the state of your React components via URL query parameters

11 lines (9 loc) 248 B
import { defineConfig } from "vitest/config"; import react from "@vitejs/plugin-react"; export default defineConfig({ plugins: [react()], test: { globals: true, environment: "jsdom", // Asegura que usa un entorno de navegador }, });