import test from "ava"; test("two plus two should equal four", (t) => { if (2 + 2 === 4) { t.pass(); } });