electric-sql / pglite

Lightweight WASM Postgres with real-time, reactive bindings.
https://pglite.dev
Apache License 2.0
9.45k stars 204 forks source link

Make pglite compatible with @jest-environment: node #423

Closed firelizzard18 closed 1 week ago

firelizzard18 commented 1 week ago

Makes pglite compatible with Jest when run in the 'node' environment. Does not fix issues when run with Jest's 'jsdom' environment. Updates #224.