Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-bromann committed Jan 25, 2025
1 parent 1cbe1cc commit 2d2408e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/runtime/vdom/test/set-accessor.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -958,6 +958,6 @@ describe('setAccessor for standard html elements', () => {
it('should parse SVGAnimatedString', () => {
const classList = parseClassList({ baseVal: 'class1 class2 class3' } as SVGAnimatedString);
expect(classList).toEqual(['class1', 'class2', 'class3']);
})
})
});
});
});

0 comments on commit 2d2408e

Please sign in to comment.