import { test, assert } from "./deno_testing/testing.ts"; test(async function test_matchTesters() { assert(false, "assert failed on purpose."); });