mirror of
https://github.com/Redocly/redoc.git
synced 2025-04-04 17:04:22 +03:00
comments fix
This commit is contained in:
parent
7d578b85e5
commit
bde8f742a4
|
@ -49,7 +49,7 @@ describe('ApiInfo Component', () => {
|
|||
});
|
||||
|
||||
|
||||
/** Test component that contains an MdButton. */
|
||||
/** Test component that contains an ApiInfo. */
|
||||
@Component({selector: 'test-app'})
|
||||
@View({
|
||||
directives: [ApiInfo],
|
||||
|
|
|
@ -48,7 +48,7 @@ describe('jjj Component', () => {
|
|||
});
|
||||
|
||||
|
||||
/** Test component that contains an MdButton. */
|
||||
/** Test component that contains an Method. */
|
||||
@Component({selector: 'test-app'})
|
||||
@View({
|
||||
directives: [Method],
|
||||
|
|
|
@ -36,7 +36,7 @@ describe('Redoc Component', () => {
|
|||
});
|
||||
|
||||
|
||||
/** Test component that contains an MdButton. */
|
||||
/** Test component that contains an Redoc. */
|
||||
@Component({selector: 'test-app'})
|
||||
@View({
|
||||
directives: [Redoc],
|
||||
|
|
Loading…
Reference in New Issue
Block a user