jasmine / jasmine-npm

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

Allow excluding spec files and helper files #140

Closed liuxh0 closed 5 years ago

liuxh0 commented 5 years ago

Paths in spec_files and helpers starting with ! will be excluded from respectively spec files and helper files.

128

cancerberoSgx commented 5 years ago

Some documentation about this feature would be perfect!

liuxh0 commented 5 years ago

I agree!

But I didn't find where I can update doc. Do you know where?

slackersoft commented 5 years ago

The canonical place for documentation on this is the node.js page on the Jasmine docs. Specifically https://github.com/jasmine/jasmine.github.io/blob/master/setup/nodejs.md

Thanks!