Assertion which fails.
Symbol
MatchersBuiltin.fail
fail: (message?: string) => void
expect().fail();
expect().fail("message is optional");
expect().not.fail();
expect().not.fail("hi");