Skip to main content

.fail(message)

Failing assertion.

test('fail', () => {
  expect().fail('test should fail');
});

Open browser consoleTests