mirror of
https://github.com/danielvici/tool-website.git
synced 2026-01-17 00:11:27 +00:00
files formatted; add: qrcode generator
This commit is contained in:
@@ -8,9 +8,8 @@ describe('CustomDescription', () => {
|
||||
|
||||
beforeEach(async () => {
|
||||
await TestBed.configureTestingModule({
|
||||
imports: [CustomDescription]
|
||||
})
|
||||
.compileComponents();
|
||||
imports: [CustomDescription],
|
||||
}).compileComponents();
|
||||
|
||||
fixture = TestBed.createComponent(CustomDescription);
|
||||
component = fixture.componentInstance;
|
||||
|
||||
Reference in New Issue
Block a user