Remove obsolete test file

This commit is contained in:
Tautvidas Sipavičius
2016-03-21 17:49:32 +02:00
parent ccab8b4cf3
commit 8723aa4e4e
3 changed files with 3 additions and 8 deletions

View File

@ -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() {},

View File

@ -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');
});
});
});

View File

@ -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',