improve types for events, configure codecov add fast test for setup update

This commit is contained in:
Rene Haas
2022-08-18 16:40:07 +02:00
parent 689ae664b6
commit e109c93ce7
12 changed files with 132 additions and 113 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
declare module '@~local/playwright-tooling' {
export function playwrightRollup(): void;
export function expectSuccess(page: any): void;
export function expectSuccess(page: any): Promise<void>;
}