Re-enable deleted the dir after test runs

This commit is contained in:
Fabio Berger
2018-07-26 15:32:53 +02:00
parent e3cfa6363d
commit 735bc2f178

View File

@@ -62,7 +62,7 @@ import { utils } from './utils/utils';
utils.log(`Running test script with ${packageName} imported`);
await execAsync(`node ${transpiledIndexFilePath}`);
utils.log(`Successfilly ran test script with ${packageName} imported`);
// rimraf.sync(testDirectory);
rimraf.sync(testDirectory);
}
})().catch(err => {
utils.log(err.stderr);