import { expect, it } from "bun:test"; import "harness"; import * as path from "node:path"; it("works", async () => { expect([path.join(import.meta.dirname, "msw.fixture.ts")]).toRun("2\n"); });