refactor(aio): rename method (loadContainingCustomElements --> loadContainedCustomElements) (#23944)
PR Close #23944
This commit is contained in:

committed by
Matias Niemelä

parent
7866684f2b
commit
c2e131119b
@ -56,8 +56,8 @@ export class MockTocService {
|
||||
}
|
||||
|
||||
export class MockElementsLoader {
|
||||
loadContainingCustomElements =
|
||||
jasmine.createSpy('MockElementsLoader#loadContainingCustomElements');
|
||||
loadContainedCustomElements =
|
||||
jasmine.createSpy('MockElementsLoader#loadContainedCustomElements');
|
||||
}
|
||||
|
||||
@NgModule({
|
||||
|
Reference in New Issue
Block a user