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 options.jasmine #53

Closed
wants to merge 1 commit into from
Closed

Add options.jasmine #53

wants to merge 1 commit into from

Conversation

sekogan
Copy link

@sekogan sekogan commented May 27, 2015

Hi!

It would be nice if gulp-jasmine would allow users to inject a custom instance of the Jasmine module.

  • A specific version of the Jasmine could be used.
  • Jasmine could be configured before use. For example the standard spec filter could be replaced with a custom one.

This change is super small but could make gulp-jasmine much more flexible.

@sindresorhus
Copy link
Owner

Thanks for the suggestion, but I don't see the point.

"jasmine": "^2.1.0",
will match any 2.x.x version of Jasmine. This task would probably not work with Jasmine 1.x.x or a future 3.x.x anyways.

As for the second request. If something is missing for configurability, open an issue for it.

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