Files
bun-src/test/cli/env/ci-info.fixture.ts
2026-08-27 21:09:14 +00:00

6 lines
97 B
TypeScript

import { test, expect } from "bun:test";
test.only("only", () => {
expect(1 + 1).toBe(2);
});