Skip to content

Commit 31fb9d0

Browse files
cexbrayatdevversion
authored andcommitted
docs: mention autoDetectChanges parameter default value (#58092)
It was unclear whether the parameter was necessary, as its default value was not mentioned in the jdsoc. PR Close #58092
1 parent b40875a commit 31fb9d0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/core/testing/src/component_fixture.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,8 @@ export abstract class ComponentFixture<T> {
111111
* Set whether the fixture should autodetect changes.
112112
*
113113
* Also runs detectChanges once so that any existing change is detected.
114+
*
115+
* @param autoDetect Whether to autodetect changes. By default, `true`.
114116
*/
115117
abstract autoDetectChanges(autoDetect?: boolean): void;
116118

0 commit comments

Comments
 (0)