From 45df68278210fed6ffd35bbe104491b6fae67d32 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Wed, 15 Sep 2021 11:20:03 +0300 Subject: [PATCH] Create mini.config.js --- tests/input/mini.config.js | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 tests/input/mini.config.js diff --git a/tests/input/mini.config.js b/tests/input/mini.config.js new file mode 100644 index 0000000..cf0d14a --- /dev/null +++ b/tests/input/mini.config.js @@ -0,0 +1,5 @@ +module.exports = { + site: 'example.com', + url: () => 'http://example.com/20210319/1tv.json', + parser: () => [] +}