Skip to content

Commit a945a6f

Browse files
fix: correct removeAngularAttributes docs
1 parent 394a545 commit a945a6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

projects/testing-library/src/lib/models.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -269,11 +269,11 @@ export interface RenderComponentOptions<ComponentType, Q extends Queries = typeo
269269
* Removes the Angular attributes (ng-version, and id) from the fixture.
270270
*
271271
* @default
272-
* `false`
272+
* `true`
273273
*
274274
* @example
275275
* const component = await render(AppComponent, {
276-
* removeAngularAttributes: true
276+
* removeAngularAttributes: false
277277
* })
278278
*/
279279
removeAngularAttributes?: boolean;

0 commit comments

Comments
 (0)