gulp-jasmine-phantom
gulp-jasmine-phantom copied to clipboard
Pass vendor files as helpers to node-jasmine.
We came across an issue where we needed to pass vendor files in above specfiles for node-jasmine. This change allows the option to be passed through.
For details on helpers, see: http://jasmine.github.io/2.4/node.html#section-12
See also, about jasmine.loadConfig: http://jasmine.github.io/2.4/node.html#section-Load_configuration_from_a_file_or_from_an_object.
This allows the change to work for Unit tests running against Jasmine's CLI, however the same scenario could exist for Integration tests run through Phantom as well.
Would you mind adding the following:
- Handling the same scenario for integration tests run through PhantomJS
- Updating the
README
to account for the changes.
Thanks!