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
Search for the text: eslint-disable-next-line jest/no-conditional-expect
The disabling of these lines were temporary due to the eslint config upgrade. Using conditional expects do hide certain implementation issues or bad/incomplete tests.
index.test.js
Get registration with retries -> Test for retries on 5xx response
Publish event with retries -> Test for retries on 5xx response
Fetch from journalling -> Fetch from journal with retries
signatureUtils.test.js
Test Fetch Key from CloudFront with Invalid Pub Key Url -> verify for invalid pub key
Test Fetch Pem Encoded Public Keys -> verify for invalid pub key url throws
Test Get Key from Cache -> get key from cache throws
Search for the text:
eslint-disable-next-line jest/no-conditional-expect
The disabling of these lines were temporary due to the eslint config upgrade. Using conditional expects do hide certain implementation issues or bad/incomplete tests.
index.test.js
signatureUtils.test.js
See #56, #57, and #58 before updating the tests.
The text was updated successfully, but these errors were encountered: