summaryrefslogtreecommitdiff
path: root/tests.ts
blob: b9fcbf37f86c29b42dd2277853d0e6ffaa26b64e (plain)
1
2
3
4
5
import { test, assert } from "./deno_testing/testing.ts";

test(async function test_matchTesters() {
  assert(false, "assert failed on purpose.");
});