We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm trying to override the includeStackTrace default which I assume has the same effect as the --noStack argument. For some reason setting it doesn't seem to have any effect. I see jasmine-node is using the option: https://github.com/mhevery/jasmine-node/blob/master/lib/jasmine-node/index.js#L95
I'm new to grunt, am I misunderstanding the proper way to configure the task?
jasmine_node: { options: { includeStackTrace: false }, all: ['spec/'] }
The text was updated successfully, but these errors were encountered:
Fixed bug jasmine-contrib#54 includeStackTrace being ignored.
81d5518
No branches or pull requests
I'm trying to override the includeStackTrace default which I assume has the same effect as the --noStack argument. For some reason setting it doesn't seem to have any effect. I see jasmine-node is using the option: https://github.com/mhevery/jasmine-node/blob/master/lib/jasmine-node/index.js#L95
I'm new to grunt, am I misunderstanding the proper way to configure the task?
The text was updated successfully, but these errors were encountered: