ngx-editor-n
Version:
WYSIWYG Editor for Angular Applications
15 lines (11 loc) • 344 B
text/typescript
import { AppPage } from './app.po';
describe('ngx-editor-n App', () => {
let page: AppPage;
beforeEach(() => {
page = new AppPage();
});
it('should display welcome message', () => {
page.navigateTo();
expect(page.getParagraphText()).toEqual('A Simple WYSIWYG Editor for Angular 6 Applications.');
});
});