Skip to content

Commit

Permalink
Deno complains about pglite connection remaining open
Browse files Browse the repository at this point in the history
  • Loading branch information
benmerckx committed Nov 1, 2024
1 parent e9f00e2 commit 7d81bc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/driver.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const init = {
}
},
'@electric-sql/pglite': {
condition: true,
condition: !isDeno,
async client() {
const {PGlite} = await import('@electric-sql/pglite')
return new PGlite()
Expand Down

0 comments on commit 7d81bc4

Please sign in to comment.