react-code-dataset / react-instantsearch /packages /react-instantsearch-hooks /src /lib /__tests__ /InstantSearchContext.test.tsx
| import { InstantSearchContext } from '../InstantSearchContext'; | |
| describe('InstantSearchContext', () => { | |
| test('exposes a displayName', () => { | |
| expect(InstantSearchContext.displayName).toEqual('InstantSearch'); | |
| }); | |
| }); | |