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