Current section
Files
Jump to
Current section
Files
gleam_should_assertions
README.md
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
]}.
```