diff --git a/tests/__data__/input/sites/example.com.config.js b/tests/__data__/input/sites/example.com.config.js index 3d181feb..20384029 100644 --- a/tests/__data__/input/sites/example.com.config.js +++ b/tests/__data__/input/sites/example.com.config.js @@ -3,9 +3,6 @@ module.exports = { url() { return `https://example.com` }, - logo() { - return 'https://example.com/logo.png' - }, parser() { return [] }