- Simple Asynchronous Testing Module
- See test folder for test cases / scenarios and 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