- 
          
- 
                Notifications
    You must be signed in to change notification settings 
- Fork 1.9k
Closed
Description
npm i [email protected] [email protected]
npm run test-jasmine -- --nowatch
make numerous tests fail, spits out deprecation warnings:
and doesn't get along with our negateIf custom matcher
plotly.js/test/jasmine/assets/custom_matchers.js
Lines 212 to 215 in cbaae9a
| jasmine.Expectation.prototype.negateIf = function(negate) { | |
| if(negate) return this.not; | |
| return this; | |
| }; | 
More info about jasmine@3:
https://github.com/jasmine/jasmine/blob/master/release_notes/3.0.md
More info about karma-jasmine@2:
https://github.com/karma-runner/karma-jasmine/blob/master/CHANGELOG.md#200-2018-11-15
Metadata
Metadata
Assignees
Labels
No labels

