1 2 3 4
x2 x2 x5 x5
/** Stub function intended as dead-end for other runtimes branches when these are run within a deno context. */ export function test(_name: string, _fn: () => void) { throw new Error("Not implemented") }