aboutsummaryrefslogtreecommitdiffstats
path: root/test-agent/index.js
diff options
context:
space:
mode:
authorJames Lal <james@lightsofapollo.com>2013-04-28 19:49:19 -0700
committerJames Lal <james@lightsofapollo.com>2013-04-28 19:49:47 -0700
commit8340549fa7c16e682936b0da26f65671c91311d5 (patch)
tree8782dbf83fa7b8e53bbdb15e4912d7c90aebe1cf /test-agent/index.js
parentc439df4388cc4bb5c1777c4dbdc5b164d5192d7f (diff)
downloadjsCalDAV-8340549fa7c16e682936b0da26f65671c91311d5.tar.gz
Test framework refactorng + sinon
Diffstat (limited to 'test-agent/index.js')
-rw-r--r--test-agent/index.js2
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'