feat(plugins): changed what datasources should return, they should now return the datasource constructor

This commit is contained in:
Torkel Ödegaard
2016-01-09 13:21:16 +01:00
parent d932653c7f
commit c5635f9c89
10 changed files with 112 additions and 101 deletions

View File

@@ -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,