Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/yxz/index.ts>testing.only

Deno Standard Extensions
Go to Latest
function testing.only
Deprecated
Deprecated

use Deno.test(name, { only: true }, fn)

import { testing } from "https://deno.land/x/yxz@0.17.0/index.ts";
const { only } = testing;

Parameters

f: DenoTest