UNPKG

@coinbase/onchaintestkit

Version:

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

3 lines (2 loc) 216 B
import type { Fixtures, TestType } from "@playwright/test"; export declare function mergeFixtures<CustomFixtures extends Fixtures>(customFixtures: TestType<CustomFixtures, object>): TestType<CustomFixtures, object>;