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