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

Support dynamic arguments in async.constant (ref. #1016) #1052

Merged
merged 1 commit into from
Mar 8, 2016

Conversation

ajfranzoia
Copy link
Contributor

Add support for dynamic arguments in constant(), references issue #1016.

@@ -3722,6 +3722,17 @@ exports['constant'] = function (test) {
});
};

exports['constant with multiple arguments'] = function (test) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

BTW, you don't need to duplicate the test here. We're migrating away from nodeunit.

@ajfranzoia
Copy link
Contributor Author

Removed duplicated test.

aearly added a commit that referenced this pull request Mar 8, 2016
Support dynamic arguments in async.constant (ref. #1016)
@aearly aearly merged commit 1a26730 into caolan:master Mar 8, 2016
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

Successfully merging this pull request may close these issues.

None yet

2 participants