From f6676e05c86f8134f085d369566d6b93d8b6b1ee Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Wed, 24 Aug 2022 22:42:07 +0300 Subject: [PATCH] Update update.test.js --- tests/commands/guides/update.test.js | 20 ++++++-------------- 1 file changed, 6 insertions(+), 14 deletions(-) diff --git a/tests/commands/guides/update.test.js b/tests/commands/guides/update.test.js index ce60208e..9111ac0f 100644 --- a/tests/commands/guides/update.test.js +++ b/tests/commands/guides/update.test.js @@ -21,14 +21,6 @@ it('can generate /guides', () => { { encoding: 'utf8' } ) - const guides = glob - .sync('tests/__data__/expected/guides/**/*.xml') - .map(f => f.replace('tests/__data__/expected/', '')) - - guides.forEach(filepath => { - expect(content(`output/${filepath}`), filepath).toBe(content(`expected/${filepath}`)) - }) - const compressed = glob .sync('tests/__data__/expected/guides/**/*.xml.gz') .map(f => f.replace('tests/__data__/expected/', '')) @@ -58,12 +50,12 @@ it('will terminate process if programs not found', () => { Generating guides/... Loading \"database/programs.db\"... Loading queue... -Creating \"tests/__data__/output/guides/us/directv.com.epg.xml\"... -Creating \"tests/__data__/output/guides/fr/chaines-tv.orange.fr.epg.xml\"... -Creating \"tests/__data__/output/guides/bh/chaines-tv.orange.fr.epg.xml\"... -Creating \"tests/__data__/output/guides/ge/magticom.ge.epg.xml\"... -Creating \"tests/__data__/output/guides/ru/yandex.ru.epg.xml\"... -Creating \"tests/__data__/output/guides/zw/dstv.com.epg.xml\"... +Creating \"tests/__data__/output/guides/us/directv.com.xml.gz\"... +Creating \"tests/__data__/output/guides/fr/chaines-tv.orange.fr.xml.gz\"... +Creating \"tests/__data__/output/guides/bh/chaines-tv.orange.fr.xml.gz\"... +Creating \"tests/__data__/output/guides/ge/magticom.ge.xml.gz\"... +Creating \"tests/__data__/output/guides/ru/yandex.ru.xml.gz\"... +Creating \"tests/__data__/output/guides/zw/dstv.com.xml.gz\"... Error: No programs found `)