-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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:
Metadata
Metadata
Assignees
Labels
No labels

