Skip to content

Commit cd9c441

Browse files
committed
fix failing unit test
1 parent 05091f5 commit cd9c441

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/sveltekit/test/vite/sentrySvelteKitPlugins.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ describe('sentrySvelteKit()', () => {
7070

7171
it("doesn't return the sentry source maps plugins if autoUploadSourcemaps is `false`", async () => {
7272
const plugins = await getSentrySvelteKitPlugins({ autoUploadSourceMaps: false });
73-
expect(plugins).toHaveLength(2); // auto instrument + global values injection
73+
expect(plugins).toHaveLength(1); // auto instrument
7474
});
7575

7676
it("doesn't return the sentry source maps plugins if `NODE_ENV` is development", async () => {

0 commit comments

Comments
 (0)