We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08a3109 commit 8b7bc60Copy full SHA for 8b7bc60
tests/getMany.test.js
@@ -41,7 +41,7 @@ beforeAll(async () => {
41
await insertData('sqlite');
42
await insertData('d1');
43
await insertData('sqlite2');
44
- // await insertData('sap');
+ await insertData('sap');
45
await insertData('oracle');
46
hostExpress();
47
@@ -143,7 +143,7 @@ describe('offset', () => {
143
test('mysql', async () => await verify('mysql'));
144
test('sqlite', async () => await verify('sqlite'));
145
test('d1', async () => await verify('d1'));
146
- // test('sap', async () => await verify('sap'));
+ test('sap', async () => await verify('sap'));
147
test('http', async () => await verify('http'));
148
149
async function verify(dbName) {
0 commit comments