bma-react-invenio-deposit
Version:
React components to build forms in Invenio
30 lines (20 loc) • 904 B
Markdown
# React-Invenio-Deposit
[](https://www.npmjs.com/package/react-invenio-deposit)
[](https://github.com/inveniosoftware/react-invenio-deposit/blob/master/LICENSE)
[](https://www.npmjs.com/package/react-invenio-deposit)
[](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
```