101fcb994e
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
16 lines
290 B
Markdown
16 lines
290 B
Markdown
---
|
|
sidebar_label: JSCoverageOptions.reportAnonymousScripts
|
|
---
|
|
|
|
# JSCoverageOptions.reportAnonymousScripts property
|
|
|
|
Whether anonymous scripts generated by the page should be reported.
|
|
|
|
#### Signature:
|
|
|
|
```typescript
|
|
interface JSCoverageOptions {
|
|
reportAnonymousScripts?: boolean;
|
|
}
|
|
```
|