UNPKG

@coinbase/onchaintestkit

Version:

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

6 lines (5 loc) 184 B
import { Locator } from "@playwright/test"; /** * Get all text contents from an array of locators */ export declare function allTextContents(locators: Locator[]): Promise<string[]>;