UNPKG

jqwidgets-scripts-custom

Version:

jQWidgets is an advanced jQuery, Angular 7, Vue, React, ASP .NET MVC, Custom Elements and HTML5 UI framework.

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