tests: quote-props

This commit is contained in:
Amine Ben hammou
2017-08-23 17:11:28 +00:00
committed by pavel-mailpoet
parent d181bde0e9
commit 6f149e3ec4
5 changed files with 46 additions and 47 deletions

View File

@ -148,7 +148,7 @@ define([
EditorApplication.getBody = sinon.stub();
var module = SaveInjector({
'mailpoet': {
mailpoet: {
Ajax: {
post: mock
},
@ -162,7 +162,7 @@ define([
trackEvent: function() {}
},
'newsletter_editor/App': EditorApplication,
'html2canvas': function() {
html2canvas: function() {
return {
then: function() { return html2canvasMock; }
};