Skip to content

Commit ca92fa9

Browse files
authored
Add connectorCapabilities global object (loopbackio#179) (loopbackio#182)
Backport of loopbackio#179
1 parent 11609da commit ca92fa9

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)