Skip to main content
Module

x/tincan/mod.ts>beforeAll

A BDD testing library for Deno
Latest
function beforeAll
import { beforeAll } from "https://deno.land/x/tincan@1.0.2/mod.ts";

Register a hook to run before any of the tests in the current scope are ran. If the hook fails, it would only report an error and test cases would still run.