From ce4914d9e2ff2c0dc1de54794df65716541a2176 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Tue, 10 Jan 2023 11:20:22 +0300 Subject: [PATCH] Update example.config.js --- tests/__data__/input/example.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/__data__/input/example.config.js b/tests/__data__/input/example.config.js index 72c3602..9fceb77 100644 --- a/tests/__data__/input/example.config.js +++ b/tests/__data__/input/example.config.js @@ -5,6 +5,7 @@ dayjs.extend(utc) module.exports = { site: 'example.com', + days: 2, channels: 'example.channels.xml', output: 'tests/output/guide.xml', url: () => 'http://example.com/20210319/1tv.json',