# React-Invenio-Deposit

[![Release](https://img.shields.io/npm/v/react-invenio-deposit)](https://www.npmjs.com/package/react-invenio-deposit)
[![License](https://img.shields.io/github/license/inveniosoftware/react-invenio-deposit)](https://github.com/inveniosoftware/react-invenio-deposit/blob/master/LICENSE)
[![Downloads](https://img.shields.io/npm/dm/react-invenio-deposit)](https://www.npmjs.com/package/react-invenio-deposit)
[![Chat](https://img.shields.io/gitter/room/inveniosoftware/invenio)](https://gitter.im/inveniosoftware/invenio)### `npm test`


## Run tests

To run the test runner in the interactive watch mode:

```bash
npm test
```

See the creat-react-app's documentation about [running tests](https://create-react-app.dev/docs/running-tests/) for more information.

To run the tests once:

```bash
    # Bash
    CI=true npm test
```

```fish
    # Fish
    env CI=true npm test
```
