From 31403e2533bef62b4425875d6aea19f90cc1b3cf Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Sat, 16 Apr 2022 23:06:08 +0300 Subject: [PATCH] Update update.test.js --- tests/commands/readme/update.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/commands/readme/update.test.js b/tests/commands/readme/update.test.js index f298e9f6..f1648fb5 100644 --- a/tests/commands/readme/update.test.js +++ b/tests/commands/readme/update.test.js @@ -6,7 +6,7 @@ beforeEach(() => { fs.emptyDirSync('tests/__data__/output') const stdout = execSync( - 'CHANNELS_PATH=tests/__data__/input/sites/example.com_ca.channels.xml DATA_DIR=tests/__data__/input/data npm run readme:update -- --config=tests/__data__/input/readme.json', + 'CHANNELS_PATH=tests/__data__/input/sites/example.com_ca-*.channels.xml DATA_DIR=tests/__data__/input/data npm run readme:update -- --config=tests/__data__/input/readme.json', { encoding: 'utf8' } ) })