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

10 lines
164 B
JavaScript

'use strict';
/**
* Chat client controller tests
*/
(function() {
describe('ChatController', function() {
// TODO: Add chat client controller tests
});
}());