wechaty / puppet-whatsapp

Wechaty Puppet for Whatsapp
https://npmjs.com/package/wechaty-puppet-whatsapp
Apache License 2.0
24 stars 17 forks source link

divide fetchMessages method and test #302

Closed su-chang closed 2 years ago

su-chang commented 2 years ago

The method fetchMessages contains lots of logic, and hard to test. So we should divided this method into some sub-method, and then make sure it could be test.