Closed WesCossick closed 3 years ago
Merging #258 (617d58e) into master (9a28aad) will increase coverage by
6.97%
. The diff coverage isn/a
.
@@ Coverage Diff @@
## master #258 +/- ##
==========================================
+ Coverage 84.88% 91.86% +6.97%
==========================================
Files 1 1
Lines 86 86
Branches 24 24
==========================================
+ Hits 73 79 +6
+ Misses 13 7 -6
Impacted Files | Coverage Δ | |
---|---|---|
src/use-dropdown-menu.ts | 91.86% <0.00%> (+6.97%) |
:arrow_up: |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 9a28aad...617d58e. Read the comment docs.
This PR aims to improve the coverage percentage as much as possible. It looks like it's still only possible to test the clicking outside of the menu in a real, headless browser, but that's the only part that's uncovered by Jest's test suite.