Fix datatable unit tests

This commit is contained in:
Denys Vuika
2016-06-15 09:33:47 +01:00
parent ebd1e0abac
commit 114c5bd479

View File

@@ -4,7 +4,7 @@ module.exports = function (config) {
var configuration = { var configuration = {
basePath: '.', basePath: '.',
frameworks: ['jasmine-ajax', 'jasmine'], frameworks: [/*'jasmine-ajax',*/ 'jasmine'],
files: [ files: [
// paths loaded by Karma // paths loaded by Karma
@@ -58,7 +58,7 @@ module.exports = function (config) {
plugins: [ plugins: [
'karma-jasmine', 'karma-jasmine',
'karma-coverage', 'karma-coverage',
'karma-jasmine-ajax', //'karma-jasmine-ajax',
'karma-chrome-launcher', 'karma-chrome-launcher',
'karma-mocha-reporter', 'karma-mocha-reporter',
'karma-jasmine-html-reporter' 'karma-jasmine-html-reporter'
@@ -82,7 +82,7 @@ module.exports = function (config) {
{type: 'html'} {type: 'html'}
] ]
} }
} };
if (process.env.TRAVIS) { if (process.env.TRAVIS) {
configuration.browsers = ['Chrome_travis_ci']; configuration.browsers = ['Chrome_travis_ci'];