Skip to content

Commit

Permalink
fix: useElementStyle.spec.ts lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
imfenghuang committed Dec 7, 2024
1 parent 29bc224 commit 6bf9eff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/useElementStyle.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ describe('useElementStyle Test SVGPath', () => {
expect(line.getAttribute('stroke-dashoffset')).toBe('3px')
expect(line.getAttribute('stroke-dasharray')).toBe('3px 2px')


// percentage
lineStyle.pathLength = '3%'
lineStyle.pathOffset = '3%'
Expand Down

0 comments on commit 6bf9eff

Please sign in to comment.