aboutsummaryrefslogtreecommitdiffstats
path: root/test-agent/index.js
diff options
context:
space:
mode:
authorGareth Aye <gaye@mozilla.com>2013-04-29 09:50:15 -0700
committerGareth Aye <gaye@mozilla.com>2013-04-29 09:50:15 -0700
commit9b6e2c616154f2c20fe6272dca083868c02f98f4 (patch)
treeadfd0334e29bb33ae170e8040162e606681ea260 /test-agent/index.js
parent90940f2960050812ec0a2897a89de837066056be (diff)
parent8340549fa7c16e682936b0da26f65671c91311d5 (diff)
downloadjsCalDAV-9b6e2c616154f2c20fe6272dca083868c02f98f4.tar.gz
Merge pull request #13 from mozilla-b2g/caldav-sinon
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'