UNPKG

ideogram

Version:

Chromosome visualization with D3.js

15 lines (11 loc) 289 B
import { AppPage } from './app.po'; describe('angular App', () => { let page: AppPage; beforeEach(() => { page = new AppPage(); }); it('should display welcome message', () => { page.navigateTo(); expect(page.getParagraphText()).toEqual('Welcome to app!'); }); });