JSCoverage.stop() method

Signature

class JSCoverage {
  stop(): Promise<JSCoverageEntry[]>;
}

Returns:

Promise<JSCoverageEntry\[\]>