UNPKG

ng6-socket-io

Version:

Socket.IO Module for Angular 6 and RxJS6

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