mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-01-16 20:32:21 +01:00
11 lines
165 B
JavaScript
11 lines
165 B
JavaScript
'use strict';
|
|
|
|
/**
|
|
* Chat client controller tests
|
|
*/
|
|
(function() {
|
|
describe('ChatController', function() {
|
|
// TODO: Add chat client controller tests
|
|
});
|
|
}());
|