elm-explorations / elm-explorations/test
Expect.contains* family of functions
Open
expectations
- Dominant language
- Elm
- Stars
- 244
- Forks
- 40
- Avg merge
- 1d 23h
- Merged PRs (30d)
- 2
Description
It looks like the `Expect` module could be expanded:
```elm
listContains : v -> List v -> Expectation
setContains : v -> List v -> Expectations
```
etc.
Right now the user has to do
```elm
List.member v list
|> Expect.true "..."
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.