diff options
Diffstat (limited to 'tests.ts')
-rw-r--r-- | tests.ts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests.ts b/tests.ts new file mode 100644 index 000000000..b9fcbf37f --- /dev/null +++ b/tests.ts @@ -0,0 +1,5 @@ +import { test, assert } from "./deno_testing/testing.ts"; + +test(async function test_matchTesters() { + assert(false, "assert failed on purpose."); +}); |