You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the function isRegistration() in /test/mocha/helpers.js is only logging the result instead of actually checking if the result is correct in the test suite. We need to add proper checks here so we ensure that the documents.register() result is correct.
The text was updated successfully, but these errors were encountered:
Currently the function
isRegistration()
in/test/mocha/helpers.js
is only logging the result instead of actually checking if the result is correct in the test suite. We need to add proper checks here so we ensure that thedocuments.register()
result is correct.The text was updated successfully, but these errors were encountered: