Skip to content

Instantly share code, notes, and snippets.

@the-gigi
Created May 12, 2021 18:46
Show Gist options
  • Save the-gigi/18534e7118abab3efd8253e3d66882f7 to your computer and use it in GitHub Desktop.
Save the-gigi/18534e7118abab3efd8253e3d66882f7 to your computer and use it in GitHub Desktop.
import { assertEquals } from "https://deno.land/std@0.93.0/testing/asserts.ts";
assertEquals(2 + 2, 4);
console.log('success!')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment