Skip to content

Commit

Permalink
feat: format test case code
Browse files Browse the repository at this point in the history
  • Loading branch information
kungfuboy committed May 27, 2022
1 parent f7e746a commit 9c23e9e
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { ComponentFixture, TestBed } from '@angular/core/testing';

import { ApiTestResultHeaderComponent } from './api-test-result-header.component';

describe('ApiTestResultHeaderComponent', () => {
Expand All @@ -8,9 +7,8 @@ describe('ApiTestResultHeaderComponent', () => {

beforeEach(async () => {
await TestBed.configureTestingModule({
declarations: [ ApiTestResultHeaderComponent ]
})
.compileComponents();
declarations: [ApiTestResultHeaderComponent],
}).compileComponents();
});

beforeEach(() => {
Expand Down

0 comments on commit 9c23e9e

Please sign in to comment.