test: update tests

This commit is contained in:
2026-02-12 03:44:31 +05:00
parent 9e1eeb57bc
commit 95d7c81cdf
19 changed files with 413 additions and 484 deletions
@@ -5,6 +5,7 @@ import { describe, expect, it, vi } from "vitest";
describe("RangeSlider.svelte", () => {
it("should call onchange handler", async () => {
const onchange = vi.fn();
render(RangeSlider, {
props: {
value: 50,