Reformat code
This commit is contained in:
parent
4b10d3d056
commit
093180f5b2
17 changed files with 101 additions and 104 deletions
|
|
@ -1,6 +1,6 @@
|
|||
import { ComponentFixture, TestBed } from '@angular/core/testing';
|
||||
import {ComponentFixture, TestBed} from '@angular/core/testing';
|
||||
|
||||
import { ShowsComponent } from './shows.component';
|
||||
import {ShowsComponent} from './shows.component';
|
||||
|
||||
describe('ShowsComponent', () => {
|
||||
let component: ShowsComponent;
|
||||
|
|
@ -10,7 +10,7 @@ describe('ShowsComponent', () => {
|
|||
await TestBed.configureTestingModule({
|
||||
imports: [ShowsComponent]
|
||||
})
|
||||
.compileComponents();
|
||||
.compileComponents();
|
||||
|
||||
fixture = TestBed.createComponent(ShowsComponent);
|
||||
component = fixture.componentInstance;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue