added container monitor cleanup to fix hanging tests

This commit is contained in:
mserranom
2020-02-20 17:24:28 +01:00
parent 7e737bba4f
commit ee12573b06
5 changed files with 27 additions and 17 deletions

View File

@@ -12,7 +12,6 @@
const SandboxedModule = require('sandboxed-module')
const sinon = require('sinon')
require('chai').should()
require('coffee-script')
const modulePath = require('path').join(
__dirname,
'../../../app/js/DockerLockManager'