``` npm i jasmine-core@3.3.0 karma.jasmine@2.0.1 npm run test-jasmine -- --nowatch ``` make numerous tests fail, spits out deprecation warnings:  and doesn't get along with our `negateIf` custom matcher https://github.com/plotly/plotly.js/blob/cbaae9a41e95161a839d2084ac984863f427f10d/test/jasmine/assets/custom_matchers.js#L212-L215  ---- 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
make numerous tests fail, spits out deprecation warnings:
and doesn't get along with our
negateIfcustom matcherplotly.js/test/jasmine/assets/custom_matchers.js
Lines 212 to 215 in cbaae9a
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