refactor the test infra: use puppeteer instead of jsdom to get rid of some hack implementations

This commit is contained in:
Yanzhen Yu
2018-10-05 22:26:18 +08:00
parent bd325870e7
commit c24e0c6a2f
9 changed files with 125 additions and 72 deletions

View File

@@ -11,5 +11,5 @@
},
"compileOnSave": true,
"exclude": ["test"],
"include": ["index.d.ts"]
"include": ["src", "index.d.ts"]
}