import assert from "assert"; export const test_Todo = () => { console.log("HELLO!"); } export const test_ThatStuff = () => { assert(1 == 2, `Failed to confirm that 1 equals 2.`); }