style: format code and add prettier configuration files
This commit is contained in:
parent
3e0b17ebe6
commit
395c1bc75f
39 changed files with 338 additions and 207 deletions
|
@ -8,9 +8,8 @@ describe('CreateLinkComponent', () => {
|
|||
|
||||
beforeEach(async () => {
|
||||
await TestBed.configureTestingModule({
|
||||
imports: [CreateLinkComponent]
|
||||
})
|
||||
.compileComponents();
|
||||
imports: [CreateLinkComponent],
|
||||
}).compileComponents();
|
||||
|
||||
fixture = TestBed.createComponent(CreateLinkComponent);
|
||||
component = fixture.componentInstance;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue