diff options
author | James Lal <james@lightsofapollo.com> | 2012-06-27 21:45:58 +0200 |
---|---|---|
committer | James Lal <james@lightsofapollo.com> | 2012-06-27 21:45:58 +0200 |
commit | c351e9975cee59131839bc6823e0a3e8c2a3d6cf (patch) | |
tree | dc4eb9c6861dba52daa162d5dd448e1757b2c22b /test-agent/index.js | |
parent | f80561373584abd8b5c8a12adfa6872efc324d60 (diff) | |
download | jsCalDAV-c351e9975cee59131839bc6823e0a3e8c2a3d6cf.tar.gz |
Implemented test-agent, all tests pass node/browser
Diffstat (limited to 'test-agent/index.js')
-rw-r--r-- | test-agent/index.js | 3 |
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); |