Skip to content

Commit 99f436a

Browse files
duffnsuperkhau
authored andcommitted
Add connectorCapabilities global object (#179)
1 parent 3f4b1a6 commit 99f436a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test/init.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,9 @@ global.getDataSource = global.getSchema = function(useUrl) {
5252
return db;
5353
};
5454

55+
global.connectorCapabilities = {
56+
ilike: false,
57+
nilike: false,
58+
};
59+
5560
global.sinon = require('sinon');

0 commit comments

Comments
 (0)