UNPKG

html-reporter

Version:

Html-reporter and GUI for viewing and managing results of a tests run. Currently supports Testplane and Hermione.

4 lines (3 loc) 88 B
export const MeasurementContext: import("react").Context<{ measure: () => void; }>;