shore: minor cleanup

This commit is contained in:
Torkel Ödegaard
2017-10-01 20:35:01 +02:00
parent 0c86241c5b
commit fea741d7c2
3 changed files with 2 additions and 5 deletions

View File

@@ -11,7 +11,7 @@ module.exports = function(config) {
// list of files / patterns to load in the browser
files: [
'public/test/index.ts',
{ pattern: 'public/test/index.ts', watched: false }
],
preprocessors: {
@@ -19,7 +19,6 @@ module.exports = function(config) {
},
webpack: webpackTestConfig,
webpackServer: {
noInfo: true, // please don't spam the console when running in karma!
},