freifunksearch

Moved to https://github.com/FreifunkSearchProjekt
git clone git://archive.git.mtrnord.blog/MTRNord/freifunksearch.git
Log | Files | Refs | README | LICENSE

app.e2e-spec.ts (297B)


      1 import { AppPage } from './app.po';
      2 
      3 describe('freifunk-search 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 });