We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d96a26 commit aa0dd04Copy full SHA for aa0dd04
packages/svelte/test/sdk.test.ts
@@ -59,7 +59,7 @@ describe('detectAndReportSvelteKit()', () => {
59
const processedEvent = passedEventProcessor && passedEventProcessor({} as unknown as any, {});
60
61
expect(processedEvent).toBeDefined();
62
- expect(processedEvent).toEqual({ modules: { svelteKit: '1.0' } });
+ expect(processedEvent).toEqual({ modules: { svelteKit: 'latest' } });
63
});
64
65
it("doesn't add anything to the event, if SvelteKit was not detected", () => {
0 commit comments