mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-10 19:06:34 +03:00
Add one more test to redoc.spec
This commit is contained in:
parent
b29c49e8d0
commit
9f64b6a40d
|
@ -33,6 +33,13 @@ describe('Redoc Component', () => {
|
|||
done();
|
||||
}, err => done.fail(err));
|
||||
});
|
||||
|
||||
it('should init components tree without errors', (done) => {
|
||||
builder.createAsync(TestApp).then(fixture => {
|
||||
(() => fixture.detectChanges()).should.not.throw();
|
||||
done();
|
||||
}, err => done.fail(err));
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user