Skip to content

Commit 5a5d7cf

Browse files
committed
fix e2e test
1 parent f33b40b commit 5a5d7cf

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
@@ -79,7 +79,7 @@ const DEPENDENTS: Dependent[] = [
7979
},
8080
{
8181
package: '@sentry/remix',
82-
compareWith: nodeExperimentalExports,
82+
compareWith: nodeExports,
8383
exports: Object.keys(SentryRemix),
8484
},
8585
{

0 commit comments

Comments
 (0)