Johan Hargne Nohagen
Johan Hargne Nohagen
Yes, that is what this plugin does! You can find the instructions on how to use it in the Readme.
Sorry, I misread your question π Collecting and displaying coverage is already an existing [built-in feature in Jest](https://jestjs.io/docs/cli#--coverageboolean) using Istanbul! Very neat tool π
Hi, Great idea. I think this could be doable indeed, perhaps if you were to integrate it with the boilerplate option. Right now the user can provide their own HTML...
Add a new script line to package.json like so: ``` "scripts": { "deploy": "dploy" } ``` And then from the terminal run `npm run deploy`
I will have a look asap π
This is a great addition IMO! ππ» To go even further, why not also exclude `null` (note that I switched the ternary to a filter to prevent empty strings): ```typescript...
I am experiencing a similar issue, where the barcodes are recognized on iOS but only if they are large enough. To address the issue of resolution mentioned above by @fzafar2...
Also to be added: what we managed to conclude was that there was a difference between the cameras used when scanning. In the code above I used the "environment" camera,...
Hi and sorry for the late response π Could you provided with an example of where this would be implemented in this code base? I am struggling to replicate the...
Ahaa! You are referring a different library - https://github.com/Hazyzh/jest-html-reporters (notice the extra "s" at the end) No wonder I was so confused above the linked code π