bma-react-invenio-deposit
v0.16.4
Published
React components to build forms in Invenio
Downloads
2
Maintainers
Readme
React-Invenio-Deposit
Run tests
To run the test runner in the interactive watch mode:
npm test
See the creat-react-app's documentation about running tests for more information.
To run the tests once:
# Bash
CI=true npm test
# Fish
env CI=true npm test