mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
fixed unit test
This commit is contained in:
parent
56a05d78bd
commit
3a7ec2a26e
@ -20,6 +20,7 @@ define([
|
||||
// beforeEach(function() {
|
||||
ctx.scope = $rootScope.$new();
|
||||
ctx.scope.ctrl = {
|
||||
refresh: sinon.spy(),
|
||||
render: sinon.spy(),
|
||||
seriesList: []
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user