add csc pages
This commit is contained in:
parent
4ca4745c2a
commit
edbda87b2b
11 changed files with 247 additions and 2 deletions
|
@ -0,0 +1,23 @@
|
|||
import { ComponentFixture, TestBed } from '@angular/core/testing';
|
||||
|
||||
import { BotTalks } from './bot-talks';
|
||||
|
||||
describe('BotTalks', () => {
|
||||
let component: BotTalks;
|
||||
let fixture: ComponentFixture<BotTalks>;
|
||||
|
||||
beforeEach(async () => {
|
||||
await TestBed.configureTestingModule({
|
||||
imports: [BotTalks]
|
||||
})
|
||||
.compileComponents();
|
||||
|
||||
fixture = TestBed.createComponent(BotTalks);
|
||||
component = fixture.componentInstance;
|
||||
fixture.detectChanges();
|
||||
});
|
||||
|
||||
it('should create', () => {
|
||||
expect(component).toBeTruthy();
|
||||
});
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue