tests: quote-props
This commit is contained in:
committed by
pavel-mailpoet
parent
d181bde0e9
commit
6f149e3ec4
@ -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; }
|
||||
};
|
||||
|
Reference in New Issue
Block a user