Remove faux testing file

This commit is contained in:
Michael Shamoon 2022-08-07 15:06:21 -07:00
parent 6fa32c36e9
commit 78bd424ecb

View File

@ -1,16 +0,0 @@
import { TestBed } from '@angular/core/testing';
import { DocumentCommentService } from './document-comment.service';
describe('DocumentCommentService', () => {
let service: DocumentCommentService;
beforeEach(() => {
TestBed.configureTestingModule({});
service = TestBed.inject(DocumentCommentService);
});
it('should be created', () => {
expect(service).toBeTruthy();
});
});