From 4e28c1a1192680dead51952dc24ba15bccca7c04 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Sun, 30 Jan 2022 02:49:43 +0300 Subject: [PATCH] Update example.com.config.js --- tests/__data__/input/sites/example.com.config.js | 3 --- 1 file changed, 3 deletions(-) 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 [] }