sh_discord_bot/kdb-web/src/app/app.component.spec.ts

17 lines
408 B
TypeScript
Raw Normal View History

2022-10-16 00:13:03 +02:00
import { TestBed } from '@angular/core/testing';
import { RouterTestingModule } from '@angular/router/testing';
import { AppComponent } from './app.component';
describe('AppComponent', () => {
beforeEach(async () => {
await TestBed.configureTestingModule({
imports: [
RouterTestingModule
],
declarations: [
AppComponent
],
}).compileComponents();
});
});