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
{{ message }}
This repository has been archived by the owner on Feb 2, 2024. It is now read-only.
Currently the tests for the async functionality (added in #5) are failing, as noted in this comment:
Also, as you might have noticed, the test for the async way was failing. I've wrapped the stream in a promise that will resolve with the completed string when it's ready. But still the encryption test passes and decryption fails. I think the encryption is passing only due to the test state object being really small and it manages to resolve before expect() starts working.
These should be fixed.
The text was updated successfully, but these errors were encountered:
Currently the tests for the async functionality (added in #5) are failing, as noted in this comment:
These should be fixed.
The text was updated successfully, but these errors were encountered: