diff options
Diffstat (limited to 'test-agent/index.js')
-rw-r--r-- | test-agent/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test-agent/index.js b/test-agent/index.js index f5b1a9a..0f865df 100644 --- a/test-agent/index.js +++ b/test-agent/index.js @@ -12,7 +12,7 @@ worker.use(TestAgent.BrowserWorker.MochaDriver, { /* path to mocha */ - mochaUrl: '../vendor/mocha.js', + mochaUrl: '/node_modules/mocha/mocha.js', testHelperUrl: '../test/helper.js', reporter: 'HTML', ui: 'tdd' |