Skip to content

Commit 2995141

Browse files
committed
Test
1 parent 65acd7f commit 2995141

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

tests/pg-native.test.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,7 @@ import test from 'node:test';
33
import pgvector from 'pgvector/pg';
44
import { SparseVector } from 'pgvector';
55

6-
function isDeno() {
7-
return 'Deno' in globalThis;
8-
}
9-
10-
test('pg-native example', {skip: isDeno()}, async () => {
6+
test('pg-native example', {skip: true}, async () => {
117
// @ts-ignore
128
const { default: Client } = await import('pg-native');
139

0 commit comments

Comments
 (0)