jqwidgets-framework
Version:
jQWidgets is an advanced Angular, Vue, Blazor, React, Web Components, jquery, ASP .NET MVC, Custom Elements and HTML5 UI framework.
15 lines (11 loc) • 369 B
text/typescript
import { CreateJqwidgetsAngularAppPage } from './app.po';
describe('angular-orderdetails App', () => {
let page: CreateJqwidgetsAngularAppPage;
beforeEach(() => {
page = new CreateJqwidgetsAngularAppPage();
});
it('should display welcome message', () => {
page.navigateTo();
expect(page.getParagraphText()).toEqual('Welcome to app!!');
});
});