Files
meanTorrent/modules/chat/tests/server/chat.socket.tests.js
mleanos 037878b4ba Global Mocha timeout
Added the timeout option to the Mocha grunt task; set to 10000.

Removed the individual test suite timeouts, for all server tests.

Also, added global timeout for Mocha gulp task.
2015-10-10 23:52:08 -07:00

10 lines
127 B
JavaScript

'use strict';
/**
* Chat socket tests
*/
describe('Chat Socket Tests:', function () {
// TODO: Add chat socket tests
});