| 1 | /// <reference path="../index.d.ts" /> |
| 2 | import { renderHook, act } from '@testing-library/react-hooks' |
| 3 | import { createStore, useModel } from '../../src' |
| 4 | import { useState, useEffect } from 'react' |
nothing calls this directly
no test coverage detected