Skip to content

setup mock socket server for testing env #7

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
todo bot opened this issue Aug 18, 2018 · 0 comments
Open

setup mock socket server for testing env #7

todo bot opened this issue Aug 18, 2018 · 0 comments

Comments

@todo
Copy link

todo bot commented Aug 18, 2018

// 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.
@todo todo bot added the todo 🗒️ label Aug 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

0 participants