mirror of
https://github.com/tenrok/OverlayScrollbars.git
synced 2026-06-15 19:02:26 +03:00
improve types for events, configure codecov add fast test for setup update
This commit is contained in:
Vendored
+1
-1
@@ -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>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user