mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-24 19:39:11 +00:00
4 lines
119 B
TypeScript
4 lines
119 B
TypeScript
import enableHooks from 'jest-react-hooks-shallow';
|
|
|
|
// pass an instance of jest to `enableHooks()`
|
|
enableHooks(jest);
|