Fix 'Search' test coverage runner

This commit is contained in:
Denys Vuika
2016-06-16 11:01:18 +01:00
parent eda4243ad2
commit 70858664de
3 changed files with 46 additions and 3 deletions

View File

@@ -15,6 +15,9 @@ module.exports = function (config) {
{pattern: 'node_modules/@angular/**/*.js', included: false, watched: false},
{pattern: 'node_modules/@angular/**/*.map', included: false, watched: false},
{pattern: 'node_modules/ng2-alfresco-core/dist/**/*.js', included: false, served: true, watched: false},
{pattern: 'node_modules/ng2-translate/**/*.js', included: false, served: true, watched: false},
{pattern: 'karma-test-shim.js', included: true, watched: true},
// paths loaded via module imports
@@ -81,7 +84,7 @@ module.exports = function (config) {
{type: 'html'}
]
}
}
};
if (process.env.TRAVIS) {
configuration.browsers = ['Chrome_travis_ci'];