jasmine / jasmine-npm

A jasmine runner for node projects.
MIT License
377 stars 145 forks source link

set default for random option #109

Closed lmj0011 closed 7 years ago

lmj0011 commented 7 years ago

This prevents it from remaining undefined when not explicitly set in cli or config file.

lmj0011 commented 7 years ago

may want to consider giving the other options defaults, in case none are set explicitly

slackersoft commented 7 years ago

Leaving the option unspecified in Jasmine-npm allows the default specified in the underlying Jasmine environment to be used if nothing is specified. This way when the default option is changed in Jasmine-core (not until 3.0), nothing needs to be changed in Jasmine-npm to cause the default here to also be random.

Closing this. Thanks for using Jasmine!