Skip to content

Commit 43b8692

Browse files
authored
Add tests for export (#3507)
* Add tests for export * Fix
1 parent fab87b2 commit 43b8692

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/pg-esm-test/common-js-imports.test.cjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ const paths = [
1212
'pg-protocol/dist/messages.js',
1313
'pg-protocol/dist/messages',
1414
'pg-native/lib/build-result.js',
15+
'pg-cloudflare/package.json',
1516
]
1617
for (const path of paths) {
1718
describe(`importing ${path}`, () => {

0 commit comments

Comments
 (0)