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

Vow doesn't properly work in mocha/phantomjs environment #31

Closed
sublimeye opened this issue May 17, 2013 · 1 comment
Closed

Vow doesn't properly work in mocha/phantomjs environment #31

sublimeye opened this issue May 17, 2013 · 1 comment
Assignees

Comments

@sublimeye
Copy link

Vow's nextTick function relies on "process" global variable as a sign of nodeJs.

But in phantomjs/mocha environment has global var "process" that doesn't have nextTick.

It would be better to update it with a more reliable check of environment / or at least check for existence of nextTick property.

dfilatov added a commit that referenced this issue May 18, 2013
@ghost ghost assigned dfilatov May 18, 2013
@dfilatov
Copy link
Owner

fixed in 0.3.6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants