refactor the test infra: use puppeteer instead of jsdom to get rid of some hack implementations
This commit is contained in:
6
index.d.ts
vendored
6
index.d.ts
vendored
@@ -1,4 +1,4 @@
|
||||
declare module 'mocha-jsdom' {
|
||||
function mochaDom(options: any): void;
|
||||
export = mochaDom;
|
||||
declare module 'rollup-plugin-typescript' {
|
||||
function typescript(): any;
|
||||
export = typescript;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user