/mctest-deno

Simple Asynchronous Test Package

Primary LanguageTypeScriptMIT LicenseMIT

mctest | github.com/abbeymart/mctest-deno

  • Simple Asynchronous Testing Module
  • See test folder for test cases / scenarios and usage

Usage

import {
  assertEquals,
  assertNotEquals,
  postTestResult,
} from "https://deno.land/x/mctest@v0.1.4/mod.ts";

// See test folder for test cases / scenarios and usage