CSSCoverage.stop() method

Signature

class CSSCoverage {
  stop(): Promise<CoverageEntry[]>;
}

Returns:

Promise<CoverageEntry\[\]>