UNPKG

react-window-size-listener

Version:

Minimalistic React hook for listening to window resize events with built-in debouncing.

9 lines (7 loc) 265 B
import { defineConfig } from 'vitest/config'; export default defineConfig({ test: { environment: 'jsdom', globals: true, // This allows using describe/it/expect without imports if desired, but I imported them manually anyway. Useful to have on. }, });