mirror of
https://github.com/iptv-org/epg
synced 2026-09-10 22:06:56 -04:00
Fix linter issues in sites/
This commit is contained in:
@@ -32,14 +32,14 @@ it('can parse response', () => {
|
||||
stop: '2024-12-07T00:30:00.000Z',
|
||||
title: 'MAGAZIN',
|
||||
description: 'NBA ACTION',
|
||||
category: 'Košarka',
|
||||
category: 'Košarka'
|
||||
})
|
||||
expect(result[4]).toMatchObject({
|
||||
start: '2024-12-07T06:00:00.000Z',
|
||||
stop: '2024-12-07T07:30:00.000Z',
|
||||
title: 'EHF LIGA PRVAKA',
|
||||
description: 'DINAMO BUKUREŠT - PSG',
|
||||
category: 'Rukomet',
|
||||
category: 'Rukomet'
|
||||
})
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user