Skip to content

Instantly share code, notes, and snippets.

@crookse
Last active November 22, 2019 15:33
Show Gist options
  • Save crookse/f195dbe44e5214abddc645a0095d214b to your computer and use it in GitHub Desktop.
Save crookse/f195dbe44e5214abddc645a0095d214b to your computer and use it in GitHub Desktop.
Deno Unit Testing - imports
import { runTests, test } from "https://deno.land/std/testing/mod.ts";
import { assertEquals } from "https://deno.land/std/testing/asserts.ts";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment