fail

Pfail
Bun

Symbol

Matchers.fail

fail: (message?: string) => void

Assertion which fails.

expect().fail();
expect().fail("message is optional");
expect().not.fail();
expect().not.fail("hi");