UNPKG
ng6-socket-io
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
Socket.IO Module for Angular 6 and RxJS6
github.com/vrn-dev/ng6-socket-io
vrn-dev/ng6-socket-io
ng6-socket-io
/
examples
/
chat-app
/
public
/
e2e
/
src
/
app.e2e-spec.ts
15 lines
(11 loc)
•
299 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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!'
); }); });