denorg / qrcode

📇 Generate QR code images in Deno
https://denorg.github.io/qrcode/
MIT License
42 stars 11 forks source link

Enhance test coverage #16

Open JJ opened 1 year ago

JJ commented 1 year ago

First, actually try and measure coverage; second, try at least to test different options for error-correction, which is not being tested right now.

Addittionally, try to test round-trip. Since right now it's not possible to do it with the code itself (it does not decode), it might help to use some external utility... Or actually address #6 in order to test