You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 line
345B

  1. import { Pk2AngularCliFreePage } from './app.po';
  2. describe('pk2-angular-cli-free App', () => {
  3. let page: Pk2AngularCliFreePage;
  4. beforeEach(() => {
  5. page = new Pk2AngularCliFreePage();
  6. });
  7. it('should display welcome message', () => {
  8. page.navigateTo();
  9. expect(page.getParagraphText()).toEqual('Welcome to app!!');
  10. });
  11. });