This PR adds unit tests for getTorusKey and getAggregateTorusKey.
triggerLogin and triggerAggregateLogin currently have quite complex steps using deep link/notification API, writing unit tests can be overkill. These 2 functions will be tested in E2E tests.
This PR adds unit tests for
getTorusKey
andgetAggregateTorusKey
.triggerLogin
andtriggerAggregateLogin
currently have quite complex steps using deep link/notification API, writing unit tests can be overkill. These 2 functions will be tested in E2E tests.