2022-07-05 13:41:43 +00:00
|
|
|
---
|
|
|
|
sidebar_label: JSCoverageOptions.reportAnonymousScripts
|
|
|
|
---
|
|
|
|
|
|
|
|
# JSCoverageOptions.reportAnonymousScripts property
|
|
|
|
|
|
|
|
Whether anonymous scripts generated by the page should be reported.
|
|
|
|
|
|
|
|
**Signature:**
|
|
|
|
|
|
|
|
```typescript
|
|
|
|
interface JSCoverageOptions {
|
|
|
|
reportAnonymousScripts?: boolean;
|
|
|
|
}
|
|
|
|
```
|