update deps & clean out package.json

This commit is contained in:
theofficialomega
2026-04-09 00:02:18 +02:00
parent d85c6564df
commit d943e0c2db
29 changed files with 237 additions and 555 deletions

View File

@@ -14,7 +14,7 @@ const channel = {
}
it('can generate valid url', () => {
jest.useFakeTimers().setSystemTime(new Date('2025-01-17'))
jest.useFakeTimers().setSystemTime(dayjs('2025-01-17').valueOf())
expect(url({ date, channel })).toBe('https://www.tvgids.nl/gids/19-01-2025/npo1')
})