| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -3,7 +3,11 @@ import test from 'node:test'; | |||
| 3 | 3 | import pgvector from 'pgvector/pg'; | |
| 4 | 4 | import { SparseVector } from 'pgvector'; | |
| 5 | 5 | ||
| 6 | - test('pg-native example', {skip: true}, async () => { | ||
| 6 | + // @ts-ignore | ||
| 7 | + const isDeno = typeof Deno !== 'undefined'; | ||
| 8 | + console.log(isDeno); | ||
| 9 | + | ||
| 10 | + test('pg-native example', {skip: isDeno}, async () => { | ||
| 7 | 11 | // @ts-ignore | |
| 8 | 12 | const { default: Client } = await import('pg-native'); | |
| 9 | 13 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments