Skip to content

Commit 568d7c9

Browse files
committed
Exclude from Bun export tests
1 parent 5168f13 commit 568d7c9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dev-packages/e2e-tests/test-applications/node-exports-test-app/scripts/consistentExports.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ const DEPENDENTS: Dependent[] = [
5050
ignoreExports: [
5151
// not supported in bun:
5252
'NodeClient',
53+
// Bun doesn't emit the required diagnostics_channel events
54+
'processThreadBreadcrumbIntegration',
5355
],
5456
},
5557
{

0 commit comments

Comments
 (0)