UNPKG

@coinbase/onchaintestkit

Version:

End-to-end testing toolkit for blockchain applications, powered by Playwright

7 lines (6 loc) 190 B
import type { Page } from "@playwright/test"; declare function openSettings(page: Page): Promise<void>; export declare const settings: { openSettings: typeof openSettings; }; export {};