test: add component tests

This commit is contained in:
2026-02-08 13:01:59 +05:00
parent 1a0d99828e
commit 1b0675e4b2
16 changed files with 479 additions and 4 deletions
+10
View File
@@ -1 +1,11 @@
import "@testing-library/jest-dom/vitest";
import { vi } from "vitest";
import "web-animations-js";
declare global {
var jest: typeof vi;
}
globalThis.jest = vi;
await import("jest-canvas-mock");