import * as level0 from './level0.js' import { expect, test } from "bun:test"; test("2 + 2", () => { expect(2 + 2).toBe(4); });