Skip to content

Commit f03acc7

Browse files
committed
switch compare
1 parent 3cf4d07 commit f03acc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ const DEPENDENTS: Dependent[] = [
4646
},
4747
{
4848
package: '@sentry/bun',
49-
compareWith: nodeExperimentalExports,
49+
compareWith: nodeExports,
5050
exports: Object.keys(SentryBun),
5151
ignoreExports: [
5252
// not supported in bun:

0 commit comments

Comments
 (0)