热门
源代码:
it('should be created', async(() => { expect(component).toBeTruthy(); }));
toBeTruthy的实现,用两个逻辑操作符,检测actual是否为true: