UNPKG

@dapplets/dapplet-playwright

Version:
17 lines (15 loc) 376 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, };