Skip to content

Commit 9e121e4

Browse files
committed
fix syntax error in test
1 parent 8c224e2 commit 9e121e4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/svelte/test/preprocessors.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,6 @@ describe('componentTrackingPreprocessor', () => {
170170

171171
expect(processedComponent.newCode).toEqual(processedComponent.originalCode);
172172
});
173-
});
174173

175174
it('doesnt inject the function call to a module context script block with Svelte 5 module attribute', () => {
176175
const preProc = componentTrackingPreprocessor();

0 commit comments

Comments
 (0)