parent
025c1f30ff
commit
02a7000f47
|
@ -34,4 +34,9 @@ global.getDataSource = global.getSchema = function(options) {
|
||||||
return db;
|
return db;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
global.connectorCapabilities = {
|
||||||
|
ilike: false,
|
||||||
|
nilike: false,
|
||||||
|
};
|
||||||
|
|
||||||
global.sinon = require('sinon');
|
global.sinon = require('sinon');
|
||||||
|
|
Loading…
Reference in New Issue