You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/angular-testing-library/examples.mdx
+1-1
Original file line number
Diff line number
Diff line change
@@ -115,7 +115,7 @@ describe('Counter', () => {
115
115
})
116
116
```
117
117
118
-
To override the an import of a standalone component for your component test, you can use the [`ɵcomponentImports` property](api.mdx#ɵcomponentImports]).
118
+
To override an import of a standalone component for your component test, you can use the [`componentImports` property](api.mdx#componentImports).
0 commit comments