Files
meanTorrent/modules/chat/tests/server/chat.socket.tests.js
2014-11-10 23:12:33 +02:00

8 lines
123 B
JavaScript

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