0.2.3 • Published 1 year ago

react-records-marc21 v0.2.3

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

React-Records-Marc21

Release License Downloads

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