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 109d522 commit 9e3ed5b
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 @@ -915,6 +915,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 9e3ed5b

Please sign in to comment.