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
It's frustrating working on the polling legacy logic as it is detailed and lacks unit testing, inhibiting robustness / trustworthiness.
Details
Implement a test harness for unit testing the legacy polling logic. This should be accomplished using jest test harnesses with mock for the getTradeableOrderWithSignature, and unit testing for customErrorDecode.
Acceptance criteria
Test coverage of customErrorDecode
Happy path test coverage of getTradeableOrderWithSignature
The text was updated successfully, but these errors were encountered:
Background
It's frustrating working on the polling legacy logic as it is detailed and lacks unit testing, inhibiting robustness / trustworthiness.
Details
Implement a test harness for unit testing the legacy polling logic. This should be accomplished using
jest
test harnesses withmock
for thegetTradeableOrderWithSignature
, and unit testing forcustomErrorDecode
.Acceptance criteria
customErrorDecode
getTradeableOrderWithSignature
The text was updated successfully, but these errors were encountered: