UNPKG

339 BJavaScriptView Raw
1describe('A comment at the EOF with no trailing newline', function () {
2 it('doesn\'t cause any errors', function () {
3 // DEV: Due to bespoke minification, we can comment out the end of our closure
4 // This is to repair that regression
5 // No tests are necessary, this is a placeholder
6 });
7});
8// jscs:disable
9// EOF comment
\No newline at end of file