npm.io
0.19.16 • Published 2 years ago

react-invenio-deposit

Licence
MIT
Version
0.19.16
Deps
0
Size
2.8 MB
Vulns
0
Weekly
0
Stars
4

React-Invenio-Deposit

Release License Downloads Chat

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