# Basic usage - Passing example

This is the most basic usage of the tool. The following will make test runners
pass with a single test.

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