UNPKG

cynic

Version:

async testing framework for es-modules

10 lines (5 loc) 204 B
import {Details} from "../types.js" export async function executePuppeteerTesting(details: Details) { const {runPuppeteer} = await import("./runners/run-puppeteer.js") await runPuppeteer(details) }