cleanup and overide

This commit is contained in:
Slawomir Jaranowski
2020-01-23 22:41:53 +01:00
parent cfeadc6038
commit e385db4b9a
6 changed files with 223 additions and 41 deletions

View File

@ -56,6 +56,5 @@ afterAll(() => {
test('run with default values', () => {
const out = cp.execSync(`node ${cleanupPath}`, { env: process.env }).toString();
console.log(out);
cp.execSync(`node ${cleanupPath}`, { env: process.env }).toString();
})