Codacy update for scripts

This commit is contained in:
Angelos Chalaris
2018-09-15 14:27:30 +03:00
parent d47508a3a4
commit c48b2487c1
4 changed files with 4 additions and 10 deletions

View File

@ -94,7 +94,7 @@ snippetFiles
});
try {
fs.writeFileSync(path.join(TEST_PATH, 'testlog'), `Test log for: ${new Date().toString()}\n`);
childProcess.execSync(`npm test`);
childProcess.execSync('npm test');
} catch (e) {
fs.appendFileSync(path.join(TEST_PATH, 'testlog'));
}