Related to T2835. Per instructions in the task, all checks for someVariable === undefined, or !== undefined, have been replaced with typeof someVariable === 'undefined', and !== 'undefined'.
Details
Details
- Reviewers
kieran709 - Group Reviewers
Restricted Project
cd web/cashtab
npm test
observe that all tests pass
grep -r '=== undefined' src/ should return nothing
grep -r '!== undefined' src/ should return nothing
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- replace-undefined
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 21394 Build 42438: Build Diff cashtab-tests Build 42437: arc lint + arc unit