There was an error while loading. Please reload this page.
1 parent 65acd7f commit 2995141Copy full SHA for 2995141
1 file changed
tests/pg-native.test.js
@@ -3,11 +3,7 @@ import test from 'node:test';
3
import pgvector from 'pgvector/pg';
4
import { SparseVector } from 'pgvector';
5
6
-function isDeno() {
7
- return 'Deno' in globalThis;
8
-}
9
-
10
-test('pg-native example', {skip: isDeno()}, async () => {
+test('pg-native example', {skip: true}, async () => {
11
// @ts-ignore
12
const { default: Client } = await import('pg-native');
13
0 commit comments