Chai Each
A Chai plugin that allows for assertions on each item in an array
Chai Each was inspired by Chai Things
Examples
// Each item has a "value" property that is below 20"value": 4 "value": 11 "value": 15shouldeachhavethatisbelow20
Installation
$ yarn add chai-each
Usage
;;;