Skip to content
This repository has been archived by the owner on Dec 17, 2021. It is now read-only.

Commit

Permalink
chore: initial release
Browse files Browse the repository at this point in the history
  • Loading branch information
osahner committed Dec 14, 2017
1 parent cd4a958 commit 76e5902
Show file tree
Hide file tree
Showing 4 changed files with 219 additions and 87 deletions.
3 changes: 2 additions & 1 deletion karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ module.exports = function(config) {
// enable / disable watching file and executing tests whenever any file changes
autoWatch: true,


// start these browsers
// available browser launchers: https://npmjs.org/browse/keyword/karma-launcher
browsers: ['Chrome'],
Expand All @@ -87,6 +86,8 @@ module.exports = function(config) {
if (process.env.TRAVIS) {
configuration.browsers = ['Chrome_travis_ci'];
configuration.singleRun = true;
configuration.autoWatch = false;
configuration.logLevel = config.LOG_INFO;
}

config.set(configuration);
Expand Down
198 changes: 126 additions & 72 deletions package-lock.json

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

Loading

0 comments on commit 76e5902

Please sign in to comment.