Skip to content

Commit fece812

Browse files
Update docs/ui-coverage/results-api.mdx
1 parent fcda0db commit fece812

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ui-coverage/results-api.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ The `getUICoverageResults` utility returns the following data:
139139
// The sanatized URL pattern shown in the report.
140140
displayName: string
141141
// The view coverage from 0-100 with 2 decimal precision (e.g 92.45).
142-
coverage: float
142+
coverage: number
143143
// The number of interactive elements that were tested on this view.
144144
testedElementsCount:number
145145
// The number of interactive elements that were not tested on this view.

0 commit comments

Comments
 (0)