Update tests/__data__
This commit is contained in:
16
tests/__data__/input/sites/epg-grab/epg-grab.config.js
Normal file
16
tests/__data__/input/sites/epg-grab/epg-grab.config.js
Normal file
@@ -0,0 +1,16 @@
|
||||
module.exports = {
|
||||
site: 'example.com',
|
||||
days: 2,
|
||||
url() {
|
||||
return `https://example.com`
|
||||
},
|
||||
parser() {
|
||||
return [
|
||||
{
|
||||
title: 'Program1',
|
||||
start: '2022-03-06T04:30:00.000Z',
|
||||
stop: '2022-03-06T07:10:00.000Z'
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user