mirror of
https://github.com/openpgpjs/openpgpjs.git
synced 2025-03-30 15:08:32 +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.