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

x/tincan/src/runner.ts>Runner#runDescribe

A BDD testing library for Deno
Go to Latest
method Runner.prototype.runDescribe
import { Runner } from "https://deno.land/x/tincan@1.0.1/src/runner.ts";

Parameters

beforeHooks: Hook[]
beforeEachHooks: Hook[]
afterEachHooks: Hook[]
afterHooks: Hook[]