React application for GEO Knowledge Hub deposit forms.
This repository is a fork from the React Invenio Deposit package developed by the Invenio Team. This fork incorporates GEO Knowledge Hub-specific features and modifications to the original package.
We thank the Invenio Team for making this mature software available to the entire community.
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