Skip to content

Commit

Permalink
exclude the mongodb form testing the placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
invisal committed Nov 21, 2024
1 parent 386f758 commit 5cd7682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/connections/connection.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ function cleanup(data: Record<string, unknown>[]) {

describe('Database Connection', () => {
test('Support named parameters', async () => {
if (process.env.CONNECTION_TYPE === 'mongo') return;
if (process.env.CONNECTION_TYPE === 'mongodb') return;

const sql =
process.env.CONNECTION_TYPE === 'mysql'
Expand Down

0 comments on commit 5cd7682

Please sign in to comment.