mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
fix(): karma now works again, broken in last commit
This commit is contained in:
parent
cf92011fb9
commit
3a1dff6636
@ -73,7 +73,7 @@
|
||||
|
||||
window.grafanaBootData = {settings: {}};
|
||||
|
||||
var modules = ['angular', 'angular-mocks', 'app/app'];
|
||||
var modules = ['angular', 'angular-mocks', 'app/grafana'];
|
||||
var promises = modules.map(function(name) {
|
||||
return System.import(name);
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user