Konstantinos Kamaropoulos
5 years ago
7 changed files with 40 additions and 7 deletions
@ -0,0 +1,12 @@ |
|||||
|
import { TestBed } from '@angular/core/testing'; |
||||
|
|
||||
|
import { LogsService } from './logs.service'; |
||||
|
|
||||
|
describe('LogsService', () => { |
||||
|
beforeEach(() => TestBed.configureTestingModule({})); |
||||
|
|
||||
|
it('should be created', () => { |
||||
|
const service: LogsService = TestBed.get(LogsService); |
||||
|
expect(service).toBeTruthy(); |
||||
|
}); |
||||
|
}); |
Loading…
Reference in new issue