remove containers after the test

This commit is contained in:
Girish Ramakrishnan
2016-05-23 22:47:40 -07:00
parent da85f4c096
commit bcc752469a

View File

@@ -132,7 +132,7 @@ describe('Apps', function () {
});
after(function (done) {
// child_process.execSync('docker ps -qa | xargs --no-run-if-empty docker rm -f');
child_process.execSync('docker ps -qa | xargs --no-run-if-empty docker rm -f');
dockerProxy.close(done);
});