Commit 3a1dff66 by Torkel Ödegaard

fix(): karma now works again, broken in last commit

parent cf92011f
......@@ -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);
});
......
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