All files / _stub.ts

100.00% Branches 0/0
100.00% Lines 4/4
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")
}