From cccda9fb39b3a13c11826cbf3368a24ef1c9e43f Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Thu, 11 May 2023 04:12:41 +0300 Subject: [PATCH] Update example.config.js --- tests/__data__/input/example.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/__data__/input/example.config.js b/tests/__data__/input/example.config.js index 9fceb77..2153d85 100644 --- a/tests/__data__/input/example.config.js +++ b/tests/__data__/input/example.config.js @@ -7,7 +7,7 @@ module.exports = { site: 'example.com', days: 2, channels: 'example.channels.xml', - output: 'tests/output/guide.xml', + output: 'tests/__data__/output/guide.xml', url: () => 'http://example.com/20210319/1tv.json', request: { method: 'POST',