define(['core/layout/view'], function (LayoutView) { describe('LayoutView', function () { it('→ exists', function () { expect(new LayoutView()).not.toBeUndefined(); }); }); });