mirror of https://github.com/grafana/grafana
parent
8dbc75ceea
commit
e696dc4d5f
@ -1,23 +0,0 @@ |
|||||||
module.exports = function (config) { |
|
||||||
'use strict'; |
|
||||||
|
|
||||||
return { |
|
||||||
dev: { |
|
||||||
configFile: 'karma.conf.js', |
|
||||||
singleRun: false, |
|
||||||
}, |
|
||||||
|
|
||||||
debug: { |
|
||||||
configFile: 'karma.conf.js', |
|
||||||
singleRun: false, |
|
||||||
browsers: ['Chrome'], |
|
||||||
mime: { |
|
||||||
'text/x-typescript': ['ts', 'tsx'] |
|
||||||
}, |
|
||||||
}, |
|
||||||
|
|
||||||
test: { |
|
||||||
configFile: 'karma.conf.js', |
|
||||||
} |
|
||||||
}; |
|
||||||
}; |
|
||||||
Loading…
Reference in new issue