We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdcd8d2 commit 65acd7fCopy full SHA for 65acd7f
1 file changed
tests/pg-native.test.js
@@ -4,8 +4,7 @@ import pgvector from 'pgvector/pg';
4
import { SparseVector } from 'pgvector';
5
6
function isDeno() {
7
- // @ts-ignore
8
- return typeof Deno !== 'undefined';
+ return 'Deno' in globalThis;
9
}
10
11
test('pg-native example', {skip: isDeno()}, async () => {
0 commit comments