The logic which was in place to convert array-like objects to arrays
prevented the circular reference detection to work properly for arrays
and array-like objects.
(These changes does not applyed for verbose level)
Before:
should not pass: failed
should not pass: failed
should not pass: failed
Now:
.....x.x.x.
Failed level 1:: should not pass: failed
Expected true to be false. (1)
Failed level 1:: Level 2:: Level 3:: should not pass: failed
Expected true to be false. (3)
Failed level 1:: Level 2:: Level 3:: Level 4:: should not pass: failed
ReferenceError: Can't find variable: asdf in file:///grunt-contrib-jasmine/test/fixtures/pivotal/spec/PlayerSpec.js (line 85) (1)
Passing console.log from browser to verbose grunt logging
Support for templates as separate node modules
Removed internal requirejs template (see grunt-template-jasmine-requirejs)
General refactor