Scoped packages (#4354)

* Updates for scoped packages dependencies

* bumps s3 adapter

* Update README.md

* Update README.md

* Update README.md
This commit is contained in:
Florent Vilmart
2017-11-17 08:32:58 -05:00
committed by GitHub
parent e1d04cd655
commit de73f3723c
10 changed files with 28 additions and 23 deletions

View File

@@ -474,7 +474,7 @@ describe('ParseLiveQueryServer', function() {
// Trigger disconnect event
parseWebSocket.emit('disconnect');
expect(spy).toHaveBeenCalled();
// call for ws_connect, another for ws_disconnect
// call for ws_connect, another for ws_disconnect
expect(spy.calls.count()).toBe(2);
});