test: add tests

This commit is contained in:
2026-02-08 03:02:49 +05:00
parent 3cce3c2abc
commit 0d2325efe3
7 changed files with 219 additions and 3 deletions
-1
View File
@@ -3,7 +3,6 @@ import { konvaAllStagesState } from "$states/konvaAllStages.svelte";
describe("konvaAllStages.svelte", () => {
beforeEach(() => {
// Clear the array before each test
konvaAllStagesState.length = 0;
});