Skip to content

Commit cea9481

Browse files
Update docs/ui-coverage/results-api.mdx
Co-authored-by: Mike McCready <[email protected]>
1 parent fece812 commit cea9481

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
@@ -126,7 +126,7 @@ The `getUICoverageResults` utility returns the following data:
126126
// for 20 specs, but only 10 ran, this would result in a partial report.
127127
isPartialReport: boolean
128128
// The report coverage from 0-100 with 2 decimal precision (e.g 92.45).
129-
coverage: float
129+
coverage: number
130130
// The number of views tested and analyzed.
131131
viewCount: number
132132
// The number of interactive elements that were tested.

0 commit comments

Comments
 (0)