nyudlts-react-ultraviolet-deposit
v0.0.7
Published
React components to use with react-invenio-deposit module.
Readme
React Ultraviolet Deposit
Run tests
To run the test runner in the interactive watch mode:
npm testSee 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