setup tests

This commit is contained in:
Yanzhen Yu
2018-09-30 16:20:53 +08:00
parent 3edd364c3b
commit 7d1cf13266
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;
}