| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
assert.rejects returns a Promise, we must ensure that Promise is not still pending at the end of the test. You need to either add .then(common.mustCall()) after each assert.rejects calls, or put in an async test function as it's done in the same file below. |
Sorry, something went wrong.
Thanks for the comment, i've made the change |
Sorry, something went wrong.
Sorry, something went wrong.
Sorry, something went wrong.
Sorry, something went wrong.
Sorry, something went wrong.
PR-URL: nodejs#37571 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
|
Landed in 4811210, thanks a lot 🎉 |
Sorry, something went wrong.
PR-URL: #37571 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
| Back | FazBrowse Home | New Git URL |
test: Added webcrypto tests for HMAC to improve the coverage of the file lib/internal/crypto/mac.js