# expect.toString()

Prints all registered assertions to the console.

```js#evaluate:false
console.log(expect.toString());
```
