Stub wordpress calls and fix tests for ALC and Posts

This commit is contained in:
Tautvidas Sipavičius
2015-09-04 16:01:42 +03:00
parent bfc6c83d00
commit 9c6955c8cf
5 changed files with 53 additions and 0 deletions

View File

@ -147,6 +147,7 @@ config.push(_.extend({}, baseConfig, {
'newsletter_editor/components/content.js',
'newsletter_editor/components/heading.js',
'newsletter_editor/components/save.js',
'newsletter_editor/components/wordpress.js',
'newsletter_editor/behaviors/BehaviorsLookup.js',
'newsletter_editor/behaviors/ColorPickerBehavior.js',
'newsletter_editor/behaviors/ContainerDropZoneBehavior.js',
@ -172,6 +173,7 @@ config.push(_.extend({}, baseConfig, {
'components/save.spec.js',
'components/sidebar.spec.js',
'components/styles.spec.js',
'components/wordpress.spec.js',
'blocks/automatedLatestContent.spec.js',
'blocks/button.spec.js',