Skip to content
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

Add generators support #94

Closed
kof opened this issue Jul 10, 2014 · 1 comment
Closed

Add generators support #94

kof opened this issue Jul 10, 2014 · 1 comment

Comments

@kof
Copy link
Contributor

kof commented Jul 10, 2014

Through co

test('my test', function* () {
    equal(yield asyncFn(), something)
})
@kof
Copy link
Contributor Author

kof commented Jul 10, 2014

requires generators version of istanbul

@kof kof closed this as completed in 22d61f2 Jul 10, 2014
kof added a commit that referenced this issue Jul 12, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
1 participant