Remove obsolete test file
This commit is contained in:
@ -141,6 +141,9 @@ define([
|
|||||||
Ajax: {
|
Ajax: {
|
||||||
post: mock,
|
post: mock,
|
||||||
},
|
},
|
||||||
|
I18n: {
|
||||||
|
t: function() { return ''; },
|
||||||
|
},
|
||||||
Notice: {
|
Notice: {
|
||||||
success: function() {},
|
success: function() {},
|
||||||
error: function() {},
|
error: function() {},
|
||||||
|
@ -1,7 +0,0 @@
|
|||||||
define(['mailpoet', 'ajax'], function(MailPoet) {
|
|
||||||
describe('Ajax submodule', function() {
|
|
||||||
it('has a version', function() {
|
|
||||||
expect(MailPoet.Ajax.version).to.be.a('number');
|
|
||||||
});
|
|
||||||
});
|
|
||||||
});
|
|
@ -194,7 +194,6 @@ config.push(_.extend({}, baseConfig, {
|
|||||||
name: 'test',
|
name: 'test',
|
||||||
entry: {
|
entry: {
|
||||||
vendor: ['handlebars', 'handlebars_helpers'],
|
vendor: ['handlebars', 'handlebars_helpers'],
|
||||||
testAjax: 'testAjax.js',
|
|
||||||
testNewsletterEditor: [
|
testNewsletterEditor: [
|
||||||
'underscore',
|
'underscore',
|
||||||
'backbone',
|
'backbone',
|
||||||
|
Reference in New Issue
Block a user