Files
bun.sh/test/js/third_party/msw.test.ts

8 lines
203 B
TypeScript

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