Tests: padded-blocks
This commit is contained in:
@ -7,7 +7,6 @@ define([
|
||||
'newsletter_editor/components/communication',
|
||||
'amd-inject-loader!newsletter_editor/components/communication'
|
||||
], function (EditorApplication, Communication, CommunicationInjector) {
|
||||
|
||||
describe('getPostTypes', function () {
|
||||
it('fetches post types from the server', function () {
|
||||
var module = CommunicationInjector({
|
||||
|
@ -4,7 +4,6 @@ define([
|
||||
'newsletter_editor/App',
|
||||
'newsletter_editor/components/config'
|
||||
], function (EditorApplication, ConfigComponent) {
|
||||
|
||||
describe('Config', function () {
|
||||
it('loads and stores configuration', function () {
|
||||
var model;
|
||||
|
@ -5,7 +5,6 @@ define([
|
||||
'newsletter_editor/App',
|
||||
'newsletter_editor/components/heading'
|
||||
], function (EditorApplication, HeadingComponent) {
|
||||
|
||||
describe('Heading', function () {
|
||||
describe('view', function () {
|
||||
var view;
|
||||
|
@ -97,7 +97,6 @@ define([
|
||||
|
||||
mock.verify();
|
||||
});
|
||||
|
||||
});
|
||||
|
||||
describe('view', function () {
|
||||
@ -194,7 +193,6 @@ define([
|
||||
expect(spy).to.have.callCount(1);
|
||||
expect(spy).to.have.been.calledWith('beforeEditorSave');
|
||||
});
|
||||
|
||||
});
|
||||
});
|
||||
});
|
||||
|
@ -5,7 +5,6 @@ define([
|
||||
'newsletter_editor/App',
|
||||
'newsletter_editor/components/sidebar'
|
||||
], function (EditorApplication, SidebarComponent) {
|
||||
|
||||
describe('Sidebar', function () {
|
||||
describe('content view', function () {
|
||||
var view;
|
||||
|
Reference in New Issue
Block a user