mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
feat(plugins): changed what datasources should return, they should now return the datasource constructor
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
|
||||
var _global = <any>(window);
|
||||
var beforeEach = _global.beforeEach;
|
||||
var before = _global.before;
|
||||
var describe = _global.describe;
|
||||
var it = _global.it;
|
||||
var sinon = _global.sinon;
|
||||
@@ -9,10 +10,12 @@ var expect = _global.expect;
|
||||
|
||||
var angularMocks = {
|
||||
module: _global.module,
|
||||
inject: _global.inject,
|
||||
};
|
||||
|
||||
export {
|
||||
beforeEach,
|
||||
before,
|
||||
describe,
|
||||
it,
|
||||
sinon,
|
||||
|
||||
Reference in New Issue
Block a user