# Basic usage - Failing example

This example will make test runners fail.

```js
require('assert').ok(false);
```
