Files
meanTorrent/modules/chat/tests/server/chat.socket.tests.js
Ryan Hutchison ef3a3f9548 formatting reboot (space-2 and consistency)
JSCS fixes

update editorconfig
2015-07-31 10:04:02 -04:00

9 lines
126 B
JavaScript

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