添加测试
Some checks failed
build / Build (push) Failing after 7s
test / Run tests (push) Failing after 10s

This commit is contained in:
2025-03-18 18:05:13 +08:00
parent d682b4d566
commit c2219db73e
14 changed files with 131 additions and 6 deletions

3
tests/vitest.setup.ts Normal file
View File

@ -0,0 +1,3 @@
import { vi } from "vitest";
vi.mock("webextension-polyfill");