setup tests

This commit is contained in:
Yanzhen Yu
2026-04-01 12:00:00 +08:00
parent a71fb73aaf
commit ed2bc918e0
9 changed files with 169 additions and 7 deletions

4
index.d.ts vendored Normal file
View File

@@ -0,0 +1,4 @@
declare module 'mocha-jsdom' {
function mochaDom(options: any): void;
export = mochaDom;
}