Some checks failed
Copilot Setup Steps / copilot-setup-steps (push) Failing after 1m1s
CI / test (ubuntu-latest, linux-x64) (pull_request) Failing after 1m8s
Copilot Setup Steps / copilot-setup-steps (pull_request) Failing after 31s
CI / test (macos-14, darwin-arm64) (pull_request) Has been cancelled
CI / test (windows-latest, windows) (pull_request) Has been cancelled
6 lines
129 B
TypeScript
6 lines
129 B
TypeScript
import { expect, test } from "bun:test";
|
|
|
|
test("intentionally fails for manual validation", () => {
|
|
expect(1 + 1).toBe(2);
|
|
});
|