Back to home page

EIC code displayed by LXR

 
 

    


Warning, /firebird/firebird-ng/src/app/services/three.service.spec.ts is written in an unsupported language. File is not indexed.

0001 import { TestBed } from '@angular/core/testing';
0002 
0003 import { ThreeService } from './three.service';
0004 
0005 describe('ThreeService', () => {
0006   let service: ThreeService;
0007 
0008   beforeEach(() => {
0009     TestBed.configureTestingModule({});
0010     service = TestBed.inject(ThreeService);
0011   });
0012 
0013   it('should be created', () => {
0014     expect(service).toBeTruthy();
0015   });
0016 });