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 8c224e2 commit 9e121e4Copy full SHA for 9e121e4
1 file changed
packages/svelte/test/preprocessors.test.ts
@@ -170,7 +170,6 @@ describe('componentTrackingPreprocessor', () => {
170
171
expect(processedComponent.newCode).toEqual(processedComponent.originalCode);
172
});
173
- });
174
175
it('doesnt inject the function call to a module context script block with Svelte 5 module attribute', () => {
176
const preProc = componentTrackingPreprocessor();
0 commit comments