Client side unit tests are performed using Karma while server unit tests are performed using Mocha

OpenVeo Portal unit tests

You can run all unit tests using:

npm run test

Client unit tests

You can run only client unit tests using:

npm run test:client

Server unit tests

You can run only server unit tests using:

npm run test:server