test: remove most of the boilerplate tests
This commit is contained in:
@@ -1,16 +0,0 @@
|
||||
import { TestBed } from '@angular/core/testing'
|
||||
|
||||
import { CorrespondentService } from './correspondent.service'
|
||||
|
||||
describe('CorrespondentService', () => {
|
||||
let service: CorrespondentService
|
||||
|
||||
beforeEach(() => {
|
||||
TestBed.configureTestingModule({})
|
||||
service = TestBed.inject(CorrespondentService)
|
||||
})
|
||||
|
||||
it('should be created', () => {
|
||||
expect(service).toBeTruthy()
|
||||
})
|
||||
})
|
||||
Reference in New Issue
Block a user