This commit is contained in:
Aleksandr Statciuk 2022-01-10 00:50:17 +03:00
parent ce525ed13c
commit b9ab8ee78e
10 changed files with 126 additions and 3030 deletions

View file

@ -7,7 +7,7 @@ beforeEach(() => {
fs.mkdirSync('tests/__data__/output')
execSync(
'DB_DIR=tests/__data__/output/database LOGS_PATH=tests/__data__/input/logs node scripts/commands/save-results.js',
'DB_DIR=tests/__data__/output/database LOGS_DIR=tests/__data__/input/logs node scripts/commands/save-results.js',
{ encoding: 'utf8' }
)
})