fixed test paths

This commit is contained in:
mserranom 2020-02-19 12:38:54 +01:00
parent a5c7051fc9
commit 4c0fd2b6f4
2 changed files with 2 additions and 2 deletions

View file

@ -15,7 +15,7 @@ require('chai').should()
require('coffee-script')
const modulePath = require('path').join(
__dirname,
'../../../app/coffee/DockerLockManager'
'../../../app/js/DockerLockManager'
)
describe('LockManager', function() {

View file

@ -20,7 +20,7 @@ const { expect } = require('chai')
require('coffee-script')
const modulePath = require('path').join(
__dirname,
'../../../app/coffee/DockerRunner'
'../../../app/js/DockerRunner'
)
const Path = require('path')