Skip to content

Commit

Permalink
run pre-commits
Browse files Browse the repository at this point in the history
  • Loading branch information
dmattia authored Dec 5, 2023
1 parent 62941e2 commit dac9689
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
7 changes: 0 additions & 7 deletions karma.browserstack.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,6 @@ module.exports = (config) => {
browserDisconnectTimeout: 400000,
browserNoActivityTimeout: 400000,

client: {
...globalConfig.client,
mocha: {
timeout : 20000 // 20 seconds
}
},

// global config of your BrowserStack account
browserStack: {
username: 'benjaminbrook3',
Expand Down
6 changes: 1 addition & 5 deletions karma.global.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,7 @@ module.exports = (config) => ({
// webpack configuration
webpack: webpackConfig,

plugins: [
'karma-tap',
'karma-webpack',
'karma-sourcemap-loader',
],
plugins: ['karma-tap', 'karma-webpack', 'karma-sourcemap-loader'],

reporters: ['progress'],

Expand Down

0 comments on commit dac9689

Please sign in to comment.