import { test } from "zora"; test("stub test", (assertion) => { assertion.ok(true); });