UNPKG

@coinbase/onchaintestkit

Version:

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

8 lines (7 loc) 267 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.mergeFixtures = mergeFixtures; const test_1 = require("@playwright/test"); function mergeFixtures(customFixtures) { return (0, test_1.mergeTests)(test_1.test, customFixtures); }