-
Notifications
You must be signed in to change notification settings - Fork 27
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
Passing values from grunt to nodeunit tests #26
Comments
@creynders Could you post an example configuration for this and describe a little more clearly what you're hoping to do? |
Maybe something like this: nodeunit:{
tests : {
values : {
foo : 'bar'
},
options:{
//options
}
}
} In which case |
+1 came here looking exactly for that |
looking for a solution to this as well |
Is it possible? It would be really handy when testing grunt tasks.
The text was updated successfully, but these errors were encountered: