Current section

Files

Jump to

README.md

# gleam_should_assertions
EUnit compatible assertion functions for use in tests.
## Installation
This package can be installed by adding `gleam_should_assertions` to your
`rebar.config` dependencies:
```erlang
{deps, [
gleam_should_assertions
]}.
```