UNPKG

preact-missing-hooks

Version:

A lightweight, extendable collection of missing React-like hooks for Preact — plus fresh, powerful new ones designed specifically for modern Preact apps.

5 lines (4 loc) 173 B
/** * Setup for React Vitest project. Ensures tests can detect they run under React. */ (globalThis as unknown as { __VITEST_REACT__?: boolean }).__VITEST_REACT__ = true;