mirror of
https://github.com/openpgpjs/openpgpjs.git
synced 2025-06-22 14:12:33 +00:00

The `expect().to.not.throw` check as written is a no-op. In fact, `throw` should have been called as a function. We drop the relevant check altogether since if the wrapped operation throws, the test will naturally fail due to the unexpected error.