# it-tests-all-mutations

## it-tests-all-mutations Package Description

Testing utility based on snapshot testing for react component using [react-test-libray](https://github.com/kentcdodds/react-testing-library).

## Getting Started

```shell
yarn add -D @appia/it-tests-all-mutations
npm i --dev @appia/it-tests-all-mutations
```

## API

<!-- Generated by documentation.js. Update this documentation by updating the source code. -->

#### Table of Contents

-   [itTestsAllMutations](#ittestsallmutations)
    -   [Parameters](#parameters)

### itTestsAllMutations

#### Parameters

-   `Array` **testSets** 
-   `Array` **testSets.mutations** an array of object thats has the properties name and props

Returns **any** a set of jest tests
