Files
meanTorrent/modules/chat/tests/e2e/chat.e2e.tests.js
Christian Berendt e027f4025b Add missing newline at the end of text files
On Unix it is common to have a newline at the end of text files.
2015-02-16 21:39:55 +01:00

9 lines
115 B
JavaScript

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