Create tests/__data__

This commit is contained in:
Aleksandr Statciuk 2022-08-29 04:13:30 +03:00
parent e9d425e184
commit 1597965fa4
6 changed files with 18 additions and 0 deletions

Binary file not shown.

View File

@ -0,0 +1,18 @@
module.exports = {
site: 'example.com',
url: 'https://google.com',
parser() {
return [
{
title: 'Program1',
start: 1640995200000,
stop: 1640998800000
},
{
title: 'Program1',
start: 1640995200000,
stop: 1640998900000
}
]
}
}