diff options
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); |