fixed test paths

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

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')