-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
Description
ocap-javascript-sdk/packages/ocap-js/test/index.spec.js
Lines 100 to 105 in 068b598
// TODO: setup mock socket server for testing env | |
const subscription = await client.newBlockMined(); | |
expect(subscription instanceof EventEmitter).toEqual(true); | |
expect(subscription.subscriptionId).toBeTruthy(); | |
expect(Object.keys(client.subscriptions).length).toEqual(1); | |
}, |