Simple jasmine.yml errors not handled well
Gerg opened this issue · 2 comments
Gerg commented
Typing
src_files: 'javascripts/counter.js'
instead of
src_files:
- 'javascripts/counter.js'
Results in config#_glob_filelist getting a string instead of an array, which results in crazytown.
<script src="__src__/../../../../.." type="text/javascript"></script>
<script src="__src__/." type="text/javascript"></script>
slackersoft commented
We'd be happy to review a pull request that either:
raises
an error if the things that are expected to be arrays are not
or- Treats a string as an array of one value.
sgravrock commented
Closing since jasmine-py is discontinued.