Update update-readme.js

This commit is contained in:
Aleksandr Statciuk 2022-01-21 23:15:39 +03:00
parent 074f4c9357
commit 1a33b7d78d
3 changed files with 37 additions and 37 deletions

View file

@ -6,7 +6,7 @@ beforeEach(() => {
fs.rmdirSync('tests/__data__/output', { recursive: true })
fs.mkdirSync('tests/__data__/output')
execSync(
const stdout = execSync(
'LOGS_DIR=tests/__data__/input/logs node scripts/commands/update-readme.js --config=tests/__data__/input/_readme.json',
{ encoding: 'utf8' }
)