jasmine / jasmine.github.io

Source for Jasmine's documentation
https://jasmine.github.io
MIT License
567 stars 418 forks source link

Explain how to set spec_dir to the project root #165

Closed DanKaplanSES closed 9 months ago

sgravrock commented 9 months ago

Thanks for the PR. I've made a similar but slightly different change. Although that docs page already had some text that mentioned a "project root", Jasmine doesn't really have that concept. File globs like spec_dir are evaluated relative to the current working directory.