❯ yarn test
yarn run v1.22.19
$ yarn lint && yarn unit && nyc report --reporter=lcov && yarn check-coverage
$ tslint --project . src/**/*.ts
/Users/akirahayashi/dev/adr/src/lib/cache.ts:47:12
ERROR: 47:12 strict-type-predicates Expression is always true.
I'm submitting a ...
[ ] language request
[x] bug report
[ ] feature request
[ ] question about the decisions made in the repository
[ ] question about how to use this project
Summary
I encountered the error below when I executed
yarn teston 7da4097:I avoided the error on my branch: https://github.com/Rindrics/adr/tree/avoid-strict-type-predicates-error