Skip to content

Commit

Permalink
removed only
Browse files Browse the repository at this point in the history
  • Loading branch information
Lars-Erik Roald committed Apr 13, 2024
1 parent a471189 commit 01a9b47
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions tests/getMany.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -468,17 +468,17 @@ describe('getAll orderBy array', () => {
}
});

describe.only('getMany with column strategy', () => {
describe('getMany with column strategy', () => {

// test('pg', async () => await verify('pg'));
// test('oracle', async () => await verify('oracle'));
// test('mssql', async () => await verify('mssql'));
// if (major === 18)
// test('mssqlNative', async () => await verify('mssqlNative'));
test('pg', async () => await verify('pg'));
test('oracle', async () => await verify('oracle'));
test('mssql', async () => await verify('mssql'));
if (major === 18)
test('mssqlNative', async () => await verify('mssqlNative'));
test('mysql', async () => await verify('mysql'));
// test('sqlite', async () => await verify('sqlite'));
// test('sap', async () => await verify('sap'));
// test('http', async () => await verify('http'));
test('sqlite', async () => await verify('sqlite'));
test('sap', async () => await verify('sap'));
test('http', async () => await verify('http'));

async function verify(dbName) {
const { db } = getDb(dbName);
Expand Down

0 comments on commit 01a9b47

Please sign in to comment.