wechaty / puppet-whatsapp

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

test: 💍 qrcode test #333

Closed hcfw007 closed 2 years ago

hcfw007 commented 2 years ago

328

huan commented 2 years ago

Great to see a new unit test has been added!

It seems that you are sticky with the callback style instead of the async/await style: it would be better to move all the assertion code from the callback to the outside with the return of the await.