UNPKG

@gbase/ng-pwa-shell

Version:

PWA Template with Material UI built on Angular 6. Includes common & core utilities to jump start

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