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#runIt

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

Parameters

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