1
2
3
4
5
6
7
8
9
10
import { assertEquals } from "https://deno.land/std@0.216.0/assert/mod.ts";
import { Test } from "https://esm.town/v/pomdtr/test_explorer";
export const exampleTestFailure1 = new Test(() => {
assertEquals(1 + 1, 3);
});
export const exampleTestFailure2 = new Test(() => {
assertEquals(1 + 1, 3);
});
Val Town is a social website to write and deploy JavaScript.
Build APIs and schedule functions from your browser.
Comments
Nobody has commented on this val yet: be the first!
March 1, 2024