Skip to content

Commit

Permalink
fix(tests): Reverted settings to allow Travis to continue testing pro…
Browse files Browse the repository at this point in the history
…perly
  • Loading branch information
rafa8626 committed Jun 4, 2019
1 parent c3cc4b5 commit 57ad7cc
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
2 changes: 1 addition & 1 deletion karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ module.exports = config => {
port: 9876,
colors: true,
logLevel: config.LOG_INFO,
browsers: ['Firefox'],
browsers: ['ChromeHeadless'],
proxies: {
'/dist/': '/base/dist/',
'/test/': '/base/test/',
Expand Down
14 changes: 9 additions & 5 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"scripts": {
"build": "[ -d ./dist ] && rm -R ./dist; webpack --mode=production",
"release": "npm run build && npm run docs && release-it",
"test": "karma start --single-run --browsers Firefox karma.conf.js",
"test": "karma start --single-run --browsers ChromeHeadless karma.conf.js",
"docs": "[ -d ./docs ] && rm -R ./docs; typedoc --out ./docs --mode modules --tsconfig ./tsconfig.json ./src/js/"
},
"readme": "https://github.com/openplayerjs/openplayerjs/blob/master/README.md",
Expand Down Expand Up @@ -62,7 +62,7 @@
"file-loader": "^3.0.1",
"karma": "^4.0.1",
"karma-chai": "^0.1.0",
"karma-firefox-launcher": "^1.1.0",
"karma-chrome-launcher": "^2.2.0",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.5",
"mocha": "^6.1.4",
Expand Down

0 comments on commit 57ad7cc

Please sign in to comment.