How to perform Unit Tests?
To run guardian-service unit tests, following commands needs to be executed:
cd guardian-service
npm run testIt is also an ability to run Hedera network test only. To do that, the following command needs to be executed:
npm run test:networkTo run stability tests (certain transactions will be executed 10 times each), the following command needs to be executed:
npm run test:stabilityTo run message-broker unit tests, following commands needs to be executed:
cd message-broker
npm run testLast updated