Skip to content

Commit

Permalink
Merge e9530f8 into 45e4408
Browse files Browse the repository at this point in the history
  • Loading branch information
ignatvilesov committed Jun 28, 2018
2 parents 45e4408 + e9530f8 commit 7ce88ff
Show file tree
Hide file tree
Showing 4 changed files with 5,424 additions and 25 deletions.
24 changes: 5 additions & 19 deletions karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,28 +26,14 @@

'use strict';

const testRecursivePath = 'test/**/*.ts'
, srcOriginalRecursivePath = 'src/**/*.ts'
, srcRecursivePath = 'lib/**/*.js'
, coverageFolder = 'coverage';
const testRecursivePath = 'test/**/*.ts';
const srcOriginalRecursivePath = 'src/**/*.ts';
const srcRecursivePath = 'lib/**/*.js';
const coverageFolder = 'coverage';

module.exports = (config) => {
let browsers = [];

if (process.env.TRAVIS) {
browsers.push('ChromeTravisCI');
} else {
browsers.push('Chrome');
}

config.set({
customLaunchers: {
ChromeTravisCI: {
base: 'Chrome',
flags: ['--no-sandbox']
}
},
browsers: browsers,
browsers: ["ChromeHeadless"],
colors: true,
frameworks: ['jasmine'],
reporters: [
Expand Down
3 changes: 2 additions & 1 deletion lib/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 7ce88ff

Please sign in to comment.