Skip to content

Commit aaf5010

Browse files
committed
fix test, remove inspect
1 parent c206e58 commit aaf5010

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

src/lib/marks/helpers/BaseAxisX.svelte

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,6 @@
137137
}
138138
});
139139
140-
$inspect({ ticks, positionedTicks });
141-
142140
$effect(() => {
143141
// clear margins on destroy
144142
return () => {

src/tests/axisX.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,8 +172,8 @@ describe('AxisX mark', () => {
172172
const tickLabels = container.querySelectorAll(
173173
'g.axis-x > g.tick text'
174174
) as NodeListOf<SVGTextElement>;
175-
expect(ticks.length).toBe(23);
176-
expect(tickLines.length).toBe(23);
175+
expect(ticks.length).toBe(25);
176+
expect(tickLines.length).toBe(25);
177177
expect(tickLabels.length).toBe(0);
178178
});
179179
});

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy