Update tests/__data__

This commit is contained in:
freearhey
2023-07-19 04:16:05 +03:00
parent 9c10d564ce
commit 284376aa83
14 changed files with 31 additions and 21 deletions

View 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'
}
]
}
}