Skip to content

Commit 65bf704

Browse files
committed
fix: remove duplicate closing braces in test file
1 parent 9722389 commit 65bf704

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

lib/svg/generator.test.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1596,6 +1596,9 @@ describe('SVG Structural Validity and Cleanliness', () => {
15961596
expect(titleCount).toBe(1);
15971597
const styleImportCount = (svg.match(/@import url/g) || []).length;
15981598
expect(styleImportCount).toBe(1);
1599+
});
1600+
});
1601+
15991602
describe('buildTowerPaths', () => {
16001603
it('returns correct paths for scale 1', () => {
16011604
const paths = buildTowerPaths(15, 1);

0 commit comments

Comments
 (0)