See the post Jest Array/Object partial match with objectContaining and arrayContaining
- Node 10
- Yarn 1.x or npm
- Clone the repository
- Run
yarn
ornpm install
installs all required dependencies.
Equivalent
npm run <script>
should also work
yarn test
will run tests with jestyarn lint
will lint all of the files with xoyarn format
will run lint with--fix
option on all the examples files (and tests).
Code is licensed under the MIT License.