mirror of
https://github.com/iptv-org/iptv-org.github.io.git
synced 2025-05-11 01:20:06 -04:00
Add names from the guides to the search index
This commit is contained in:
parent
7f861663d8
commit
ef3b16d019
3 changed files with 23 additions and 7 deletions
|
@ -303,6 +303,16 @@ describe('search', () => {
|
|||
id: 'ORF2Europe.at'
|
||||
})
|
||||
})
|
||||
|
||||
it('can find channel by display name from the guides', () => {
|
||||
search('La Liga HD')
|
||||
|
||||
const results = get(filteredChannels)
|
||||
expect(results.length).toBe(1)
|
||||
expect(results[0]).toMatchObject({
|
||||
id: 'LaLiganaZap.ao'
|
||||
})
|
||||
})
|
||||
})
|
||||
|
||||
function mockFetch() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue