Last active
November 22, 2019 15:33
-
-
Save crookse/f195dbe44e5214abddc645a0095d214b to your computer and use it in GitHub Desktop.
Deno Unit Testing - imports
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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