From ee37537727932954a991f59023c147f8040f3196 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Sun, 30 Jan 2022 21:41:23 +0300 Subject: [PATCH] Update update-guides.test.js --- tests/commands/update-guides.test.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/commands/update-guides.test.js b/tests/commands/update-guides.test.js index 1d22aacc..182c2837 100644 --- a/tests/commands/update-guides.test.js +++ b/tests/commands/update-guides.test.js @@ -16,8 +16,6 @@ beforeEach(() => { 'DB_DIR=tests/__data__/temp/database DATA_DIR=tests/__data__/input/data PUBLIC_DIR=tests/__data__/output LOGS_DIR=tests/__data__/output/logs node scripts/commands/update-guides.js', { encoding: 'utf8' } ) - - console.log(stdout) }) afterEach(() => {