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

x/tincan/src/mod.ts>afterAll

A BDD testing library for Deno
Go to Latest
function afterAll
import { afterAll } from "https://deno.land/x/tincan@1.0.1/src/mod.ts";

Register a hook to run after all the test suites/cases in the current scope have completed.