Skip to content

Commit 553ec41

Browse files
committed
fix: tests
1 parent 8480e69 commit 553ec41

File tree

4 files changed

+2
-6
lines changed

4 files changed

+2
-6
lines changed

frontend/src/angular/src/app/details/bfdetail/bfdetail.component.spec.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,7 @@ describe("BfdetailComponent", () => {
6262
const mockService = new MockBfService(null);
6363

6464
beforeEach(waitForAsync(() => {
65-
TestBed.configureTestingModule({
66-
declarations: [BfdetailComponent],
65+
TestBed.configureTestingModule({
6766
imports: [RouterTestingModule,
6867
BrowserModule,
6968
FormsModule,

frontend/src/angular/src/app/details/bsdetail/bsdetail.component.spec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ describe("BsdetailComponent", () => {
6666

6767
beforeEach(waitForAsync(() => {
6868
TestBed.configureTestingModule({
69-
declarations: [BsdetailComponent],
7069
imports: [RouterTestingModule,
7170
BrowserModule,
7271
FormsModule,

frontend/src/angular/src/app/details/cbdetail/cbdetail.component.spec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,6 @@ describe("CbdetailComponent", () => {
233233

234234
beforeEach(waitForAsync(() => {
235235
TestBed.configureTestingModule({
236-
declarations: [CbdetailComponent],
237236
imports: [RouterTestingModule,
238237
BrowserModule,
239238
FormsModule,

frontend/src/angular/src/app/details/ibdetail/ibdetail.component.spec.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,7 @@ describe("IbdetailComponent", () => {
7070
const mockService = new MockService(null);
7171

7272
beforeEach(waitForAsync(() => {
73-
TestBed.configureTestingModule({
74-
declarations: [IbdetailComponent],
73+
TestBed.configureTestingModule({
7574
imports: [RouterTestingModule,
7675
BrowserModule,
7776
FormsModule,

0 commit comments

Comments
 (0)