fixed test paths
This commit is contained in:
@@ -15,7 +15,7 @@ require('chai').should()
|
|||||||
require('coffee-script')
|
require('coffee-script')
|
||||||
const modulePath = require('path').join(
|
const modulePath = require('path').join(
|
||||||
__dirname,
|
__dirname,
|
||||||
'../../../app/coffee/DockerLockManager'
|
'../../../app/js/DockerLockManager'
|
||||||
)
|
)
|
||||||
|
|
||||||
describe('LockManager', function() {
|
describe('LockManager', function() {
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ const { expect } = require('chai')
|
|||||||
require('coffee-script')
|
require('coffee-script')
|
||||||
const modulePath = require('path').join(
|
const modulePath = require('path').join(
|
||||||
__dirname,
|
__dirname,
|
||||||
'../../../app/coffee/DockerRunner'
|
'../../../app/js/DockerRunner'
|
||||||
)
|
)
|
||||||
const Path = require('path')
|
const Path = require('path')
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user