-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Upgrade packages #3405
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade packages #3405
Changes from 4 commits
78a75ad
55d5dc3
9f8a082
8f14073
c970e1d
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,7 +34,6 @@ function newPluginsArray(browserstack) { | |
'karma-es5-shim', | ||
'karma-mocha', | ||
'karma-chai', | ||
'karma-requirejs', | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. If you're removing There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. yes, removed |
||
'karma-sinon', | ||
'karma-sourcemap-loader', | ||
'karma-spec-reporter', | ||
|
@@ -125,6 +124,7 @@ module.exports = function(codeCoverage, browserstack, watchMode, file) { | |
|
||
webpack: webpackConfig, | ||
webpackMiddleware: { | ||
stats: 'errors-only', | ||
noInfo: true | ||
}, | ||
// frameworks to use | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this gulp task is redundant and can be removed; there is already a
watch
function declared earlier in the file (see here).There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes, removed