import { test } from "zinnia:test"; test("smoke test", () => { // always pass }); test("another test", () => { // pass });