mirror of
https://github.com/grafana/grafana.git
synced 2025-01-16 11:42:35 -06:00
fix(): unit tests
This commit is contained in:
parent
1acbd5b7d8
commit
9653f43466
@ -73,7 +73,7 @@
|
|||||||
|
|
||||||
window.grafanaBootData = {settings: {}};
|
window.grafanaBootData = {settings: {}};
|
||||||
|
|
||||||
var modules = ['angular', 'angular-mocks', 'app/grafana'];
|
var modules = ['angular', 'angular-mocks', 'app/app'];
|
||||||
var promises = modules.map(function(name) {
|
var promises = modules.map(function(name) {
|
||||||
return System.import(name);
|
return System.import(name);
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user