Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/opinecli/test/utils.ts>describe

Opine's application generator
Latest
function describe
import { describe } from "https://deno.land/x/opinecli@2.0.0/test/utils.ts";

A no-op describe method.

Parameters

_name: string
fn: () => void | Promise<void>