refactor(chart): enforce 400-line source limit
Some checks failed
Package component / package (push) Failing after 4m19s
Some checks failed
Package component / package (push) Failing after 4m19s
This commit is contained in:
@@ -22,8 +22,8 @@ export class ResizeObserverMock {
|
||||
this.target = target
|
||||
})
|
||||
|
||||
unobserve = vi.fn()
|
||||
disconnect = vi.fn()
|
||||
unobserve: () => void = vi.fn()
|
||||
disconnect: () => void = vi.fn()
|
||||
|
||||
resize(width: number, height = 400) {
|
||||
if (!this.target) return
|
||||
|
||||
Reference in New Issue
Block a user