UNPKG

ngx-tempusdominus-bootstrap-tbk

Version:

Angular2+ directive for tempus dominus bootstrap library.

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