UNPKG

ngx-editor-sodo

Version:

WYSIWYG Editor for Angular Applications

16 lines (12 loc) 395 B
import { TestBed, inject } from '@angular/core/testing'; import { MessageService } from './message.service'; describe('MessageService', () => { beforeEach(() => { TestBed.configureTestingModule({ providers: [MessageService] }); }); it('should be created', inject([MessageService], (service: MessageService) => { expect(service).toBeTruthy(); })); });