aboutsummaryrefslogtreecommitdiffstats
path: root/test-agent/index.js
diff options
context:
space:
mode:
authorJames Lal <james@lightsofapollo.com>2012-06-27 21:45:58 +0200
committerJames Lal <james@lightsofapollo.com>2012-06-27 21:45:58 +0200
commitc351e9975cee59131839bc6823e0a3e8c2a3d6cf (patch)
treedc4eb9c6861dba52daa162d5dd448e1757b2c22b /test-agent/index.js
parentf80561373584abd8b5c8a12adfa6872efc324d60 (diff)
downloadjsCalDAV-c351e9975cee59131839bc6823e0a3e8c2a3d6cf.tar.gz
Implemented test-agent, all tests pass node/browser
Diffstat (limited to 'test-agent/index.js')
-rw-r--r--test-agent/index.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/test-agent/index.js b/test-agent/index.js
index 637062b..f5b1a9a 100644
--- a/test-agent/index.js
+++ b/test-agent/index.js
@@ -14,7 +14,8 @@
/* path to mocha */
mochaUrl: '../vendor/mocha.js',
testHelperUrl: '../test/helper.js',
- reporter: 'HTML'
+ reporter: 'HTML',
+ ui: 'tdd'
});
worker.use(TestAgent.BrowserWorker.Websocket);