# Contributing


<!-- @import "[TOC]" {cmd="toc" depthFrom=1 depthTo=6 orderedList=false} -->
<!-- code_chunk_output -->

* [Contributing](#contributing)
	* [Tests](#tests)
		* [Unit tests](#unit-tests)
	* [Coverage](#coverage)

<!-- /code_chunk_output -->


## Tests

### Unit tests

Unit tests should execute with this command

```sh
  yarn test
```

## Coverage

```sh
  yarn test:coverage
```
