Skip to content

Instantly share code, notes, and snippets.

@crookse
Last active November 22, 2019 11:18
Show Gist options
  • Save crookse/501db541df6b1a0201d458b0e877ea81 to your computer and use it in GitHub Desktop.
Save crookse/501db541df6b1a0201d458b0e877ea81 to your computer and use it in GitHub Desktop.
Deno Unit Test Naming: tester.ts
import { runTests, test } from "https://deno.land/std/testing/mod.ts";
import { assertEquals } from "https://deno.land/std/testing/asserts.ts";
export default {
assertEquals,
runTests,
test
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment