UNPKG

@coinbase/onchaintestkit

Version:

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

7 lines (6 loc) 181 B
import type { Page } from "@playwright/test"; declare function addNew(notificationPage: Page): Promise<void>; export declare const token: { addNew: typeof addNew; }; export {};