fix: e2e hanging

This commit is contained in:
Ivan Shmidt
2020-09-01 15:53:12 +02:00
parent aa2eeb8c49
commit 9a99a92f84
+3
View File
@@ -63,6 +63,9 @@ async function main() {
print('All tests successful, removing test dir');
await fs.remove(rootDir);
// Just in case some child process was left hanging
process.exit(0);
}
/**