UNPKG

@dapplets/dapplet-playwright

Version:
6 lines (5 loc) 358 B
import { BrowserOptions } from "./fixtures/browser"; import { test, expect } from "./fixtures/dapplet-runner"; import * as DappletExecutor from "./fixtures/dapplet-executor"; import { RegistryTypes, DappletExecutorOptions } from "./fixtures/dapplet-executor"; export { test, expect, BrowserOptions, DappletExecutor, RegistryTypes, DappletExecutorOptions, };