Skip to content

setup mock socket server for testing env #7

Description

@todo

// 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);
},


This issue was generated by todo based on a TODO comment in 068b598 when #6 was merged. cc @ArcBlock.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions