Skip to content

Commit 8a374b2

Browse files
committed
fix tests
1 parent 6ae68f5 commit 8a374b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/bundler-plugin-core/test/build-plugin-manager.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ describe("createSentryBuildPluginManager", () => {
122122
expect.objectContaining({
123123
// User-provided assets should be passed directly to CLI (no globbing)
124124
paths: ["/app/dist/**/*"],
125-
rewrite: false,
125+
rewrite: true,
126126
dist: "1",
127127
}),
128128
]),
@@ -161,7 +161,7 @@ describe("createSentryBuildPluginManager", () => {
161161
expect.objectContaining({
162162
// Should use buildArtifactPaths directly
163163
paths: [".next", "dist"],
164-
rewrite: false,
164+
rewrite: true,
165165
dist: "1",
166166
}),
167167
]),

0 commit comments

Comments
 (0)