| 7 | import { SearchByPrefixFilter } from '../../../src/scripts/search/prefix-filter'; |
| 8 | |
| 9 | export interface SearchableShape { |
| 10 | label: string; |
| 11 | value: string; |
| 12 | } |
| 13 | |
| 14 | describe('search', () => { |
| 15 | const options = DEFAULT_CONFIG; |
nothing calls this directly
no outgoing calls
no test coverage detected