import { test } from "uvu"; import * as assert from "uvu/assert"; //import mintz from "../../.."; test("Initial test", function () { assert.equal(true, true); }); test.run();