mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
fixed test paths
This commit is contained in:
parent
a5c7051fc9
commit
4c0fd2b6f4
2 changed files with 2 additions and 2 deletions
|
@ -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() {
|
||||
|
|
|
@ -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')
|
||||
|
||||
|
|
Loading…
Reference in a new issue