Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.

Commit

Permalink
fix overly verbose web pack output, and add a project name for browse…
Browse files Browse the repository at this point in the history
…rStack tests
  • Loading branch information
cellog committed Jan 16, 2017
1 parent 7048e9c commit ab04b12
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions karma-common.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,15 @@ module.exports = function (config, extraoptions) {

browserStack: {
username: process.env.BROWSER_STACK_USERNAME,
accessKey: process.env.BROWSER_STACK_ACCESS_KEY
accessKey: process.env.BROWSER_STACK_ACCESS_KEY,
project: "react-redux-saga-router"
},

webpackMiddleware: {
noInfo: true
noInfo: true,
stats: {
chunks: false
}
},

reporters,
Expand Down

0 comments on commit ab04b12

Please sign in to comment.