Testing - jest/vitest style tests import { expect, test } from "destack:test"; test("adds values", () => { expect(20 + 22).toBe(42); }); destack test