Commit 9653f434 by Torkel Ödegaard

fix(): unit tests

parent 1acbd5b7
...@@ -73,7 +73,7 @@ ...@@ -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);
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment