-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Filter stack traces for Jasmine2 #1768
Comments
They fixed it here: jasmine/jasmine#734 |
I think there's two related issues
A new version of Jasmine will fix the first but not the second, correct? |
I misread that as jasmine2 does not accept |
created PR for jasmine: jasmine/jasmine-npm#24 |
It's merged in now: jasmine/jasmine-npm@a0c0258 Just need to wait for a new version of jasmine-npm |
I am using protractor 1.7 with framework: 'jasmine2', in my conf.js. I am seeing this. How do I get the latest fix of jasmine in my ptrotractor test. I really do not know where this is failing. Message: |
Updated from 2.1.1. See Jasmine's changelog at https://github.com/jasmine/jasmine/tree/master/release_notes Closes angular#1795. Closes angular#2094. Closes angular#1768.
Because jasmine2 default reporter does not accept a
stackFilter
(like minijasminenode used to), stack traces are not filtered for jasmine2. Should we introduce a step to do this?The text was updated successfully, but these errors were encountered: