1 2 3 4 5 6 7 8 9
x43 x43 x43 x43 x43
// Imports import type { runner } from "./common.ts" /** Deno test runner. */ export const test = Object.assign(function () {}, { only: function () {}, skip: function () {}, todo: function () {}, }) as runner