Skip to content

Commit 7b9d0a4

Browse files
author
Lars-Erik Roald
committed
undo only
1 parent 4f070ff commit 7b9d0a4

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

tests/getMany.test.js

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -134,16 +134,16 @@ beforeAll(async () => {
134134
}
135135
}, 30000);
136136

137-
describe.only('offset', () => {
138-
// test('pg', async () => await verify('pg'));
139-
// test('oracle', async () => await verify('oracle'));
140-
// test('mssql', async () => await verify('mssql'));
141-
// if (major === 18)
142-
// test('mssqlNative', async () => await verify('mssqlNative'));
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'));
137+
describe('offset', () => {
138+
test('pg', async () => await verify('pg'));
139+
test('oracle', async () => await verify('oracle'));
140+
test('mssql', async () => await verify('mssql'));
141+
if (major === 18)
142+
test('mssqlNative', async () => await verify('mssqlNative'));
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'));
147147
test('http', async () => await verify('http'));
148148

149149
async function verify(dbName) {

0 commit comments

Comments
 (0)