Add tests for export (#3507)

* Add tests for export

* Fix
This commit is contained in:
Brian C 2025-07-08 22:40:13 -05:00 committed by GitHub
parent fab87b28af
commit 43b8692019
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,6 +12,7 @@ const paths = [
'pg-protocol/dist/messages.js',
'pg-protocol/dist/messages',
'pg-native/lib/build-result.js',
'pg-cloudflare/package.json',
]
for (const path of paths) {
describe(`importing ${path}`, () => {