mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-10 00:50:09 -04:00
commit
55f6c5d5f3
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ it('can generate valid url', () => {
|
|||
})
|
||||
|
||||
it('can generate valid url for today', () => {
|
||||
const today = dayjs.utc().startOf('d')
|
||||
const today = dayjs().startOf('d')
|
||||
|
||||
expect(url({ date: today, channel })).toBe('https://www.tvgids.nl/gids/npo1')
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue