mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
shore: minor cleanup
This commit is contained in:
@@ -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!
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user