Skip to content

Instantly share code, notes, and snippets.

@the-gigi
Created May 12, 2021 18:43
Show Gist options
  • Save the-gigi/8d86fcf33bfe51b222b9016b3431a7dd to your computer and use it in GitHub Desktop.
Save the-gigi/8d86fcf33bfe51b222b9016b3431a7dd 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, 5);
console.log('success!')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment