karma-electron
Version:
Karma launcher and preprocessor for Electron
9 lines • 339 B
JavaScript
describe('A comment at the EOF with no trailing newline', function () {
it('doesn\'t cause any errors', function () {
// DEV: Due to bespoke minification, we can comment out the end of our closure
// This is to repair that regression
// No tests are necessary, this is a placeholder
});
});
// jscs:disable
// EOF comment