victorperin / qr-scanner-cli

A CLI tool to read QR Code from images
https://victorperin.github.io/qr-scanner-cli/
MIT License
73 stars 24 forks source link

test(cli/integration): add assertion check to async tests #73

Closed Yurickh closed 4 years ago

Yurickh commented 4 years ago

By adding expect.assertion we make sure that the branch inside the catch is being run, rather than just finishing the test through the success branch.

closes #72

victorperin commented 4 years ago

Thanks @Yurickh, I'll wait you finish. :)

victorperin commented 4 years ago

:tada: This PR is included in version 1.1.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: