All files / testing / _testing / noop.ts

100.00% Branches 0/0
100.00% Lines 5/5
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