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

x/test_suite/examples/user.ts>User

An extension of Deno's built-in test runner to add setup/teardown hooks and make it easier to organize tests in a format similar to Jasmine, Jest, and Mocha.
Latest
class User
import { User } from "https://deno.land/x/test_suite@0.16.1/examples/user.ts";

Constructors

new
User(name: string)