You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to use gulp-jasmine-browser, any failures triggers (with it appears to be all reporters) this error:
TypeError: Cannot read property '_failures' of undefined
at self.specDone (...node_modules\jasmine-reporters\src\nunit_reporter.js:155:28)
at ...node_modules\jasmine-json-stream-reporter\to-reporter.js:55:48
at Array.forEach (native)
at ...node_modules\jasmine-json-stream-reporter\to-reporter.js:54:17
at Array.find (native)
at DestroyableTransform._transform (...node_modules\jasmine-json-stream-reporter\to-reporter.js:50:25)
at DestroyableTransform.Transform._read (...node_modules\readable-stream\lib_stream_transform.js:159:10)
at DestroyableTransform.Transform._write (...node_modules\readable-stream\lib_stream_transform.js:147:83)
at doWrite (...node_modules\readable-stream\lib_stream_writable.js:347:64)
at writeOrBuffer (...node_modules\readable-stream\lib_stream_writable.js:336:5)
Digging a little deeper, it appears the internal suite variable is never available. Not sure if there's an easy work around for this or if I'm doing anything wrong.
When trying to use gulp-jasmine-browser, any failures triggers (with it appears to be all reporters) this error:
Digging a little deeper, it appears the internal
suite
variable is never available. Not sure if there's an easy work around for this or if I'm doing anything wrong.gulpfile.js:
node v5.4.1, npm v3.3.4, gulp 3.9.1, gulp-jasmine-browser 1.7.1, jasmine-reporters 2.2.0
The text was updated successfully, but these errors were encountered: