Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/yxz/testing/helpers.ts>config

Deno Standard Extensions
Go to Latest
function config
Deprecated
Deprecated

use Deno.test(name, options, fn)

import { config } from "https://deno.land/x/yxz@0.17.0/testing/helpers.ts";

Parameters

f: DenoTest
opts: Omit<Deno.TestDefinition, "name" | "fn">