Skip to content

Commit 115e55f

Browse files
nicohrubecclaude
andcommitted
fix: Fix server sdk test to assert a pattern that actually exists
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent d5c230b commit 115e55f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/tanstackstart-react/test/server/sdk.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ describe('TanStack Start React Server SDK', () => {
5757

5858
expect(nodeInit).toHaveBeenCalledWith(
5959
expect.objectContaining({
60-
ignoreSpans: expect.arrayContaining([/custom-pattern/, /\/favicon\.ico/]),
60+
ignoreSpans: expect.arrayContaining([/custom-pattern/, /\/@vite\//]),
6161
}),
6262
);
6363
});

0 commit comments

Comments
 (0)