Move test

[MAILPOET-2981]
This commit is contained in:
Pavel Dohnal
2020-09-01 11:18:37 +02:00
committed by Veljko V
parent f80af057c9
commit 31dc05adb4

View File

@@ -278,4 +278,15 @@ describe('Save', function () {
});
});
});
describe('preview view', function () {
var view;
beforeEach(function () {
view = new (SaveComponent.NewsletterPreviewView)();
});
it('renders', function () {
expect(view.render).to.not.throw();
});
});
});