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: () => [] +}