Skip to content

Commit 81b457b

Browse files
authored
feat: deprecate componentProperties (#486)
Closes #471
1 parent 460fb32 commit 81b457b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ export interface RenderComponentOptions<ComponentType, Q extends Queries = typeo
215215
/**
216216
* @description
217217
* An object to set properties of the component
218-
*
218+
* @deprecated use the `on` or `inputs` option instead.
219219
* @default
220220
* {}
221221
*

0 commit comments

Comments
 (0)