Skip to content

Commit fd154f2

Browse files
committed
fix e2e test
1 parent 235b7c7 commit fd154f2

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
@@ -72,7 +72,7 @@ const DEPENDENTS: Dependent[] = [
7272
},
7373
{
7474
package: '@sentry/remix',
75-
compareWith: nodeExperimentalExports,
75+
compareWith: nodeExports,
7676
exports: Object.keys(SentryRemix),
7777
},
7878
{

0 commit comments

Comments
 (0)