Change the buiding tool to angular-cli
[holmes/rule-management.git] / rulemgt-frontend / e2e / app.e2e-spec.ts
1 import { AppPage } from './app.po';
2
3 describe('frontend App', () => {
4   let page: AppPage;
5
6   beforeEach(() => {
7     page = new AppPage();
8   });
9
10   it('should display welcome message', () => {
11     page.navigateTo();
12     expect(page.getParagraphText()).toEqual('Welcome to app!');
13   });
14 });