deno-gfm
deno-gfm copied to clipboard
Write more tests
PR welcome!
- [ ] transformMedia
- [ ] allowIframes
- [ ] disableHtmlSanitization
- [ ] code block
- [ ] browser tests - mainly CSS
I'm not looking to get coverage to 100%, but I'd like to get it to over 80%. you can check it by deno task coverage
and deno coverage ./cov_profile
Hi, can I please work on this issue?
Of course!
Can you assign the issue to me?
@hashrock, looks like you added disableHtmlSanitization
tests in https://github.com/denoland/deno-gfm/pull/62. So all we need now are the browser tests. Can you please elaborate on what you're looking for?
Thanks for the catch!
The browser test was mentioned here:
https://github.com/denoland/deno-gfm/pull/49#issuecomment-1462381864
However, if the CSS is the same, the rendering result should not change, so we might not need to do browser testing here. or we might need a VRT? wdyt @lino-levan