mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-01-13 02:42:23 +01:00
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.
10 lines
127 B
JavaScript
10 lines
127 B
JavaScript
'use strict';
|
|
|
|
/**
|
|
* Chat socket tests
|
|
*/
|
|
describe('Chat Socket Tests:', function () {
|
|
|
|
// TODO: Add chat socket tests
|
|
});
|