Files
blog-frontEnd/admin/src/app/services/comment/comment.service.spec.ts
2019-11-28 19:26:45 +08:00

13 lines
350 B
TypeScript

import { TestBed } from '@angular/core/testing';
import { CommentService } from './comment.service';
describe('CommentService', () => {
beforeEach(() => TestBed.configureTestingModule({}));
it('should be created', () => {
const service: CommentService = TestBed.get(CommentService);
expect(service).toBeTruthy();
});
});