We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8bb70b commit ca58e12Copy full SHA for ca58e12
test/jasmine/bundle_tests/mathjax_test.js
@@ -11,8 +11,8 @@ var mathjaxVersion = __karma__.config.mathjaxVersion;
11
describe('Test MathJax v' + mathjaxVersion + ':', function() {
12
beforeAll(function(done) {
13
var src = mathjaxVersion === 3 ?
14
- '/base/node_modules/mathjax-v3/es5/tex-svg.js' :
15
- '/base/node_modules/mathjax-v2/MathJax.js?config=TeX-AMS-MML_SVG';
+ '/base/node_modules/@plotly/mathjax-v3/es5/tex-svg.js' :
+ '/base/node_modules/@plotly/mathjax-v2/MathJax.js?config=TeX-AMS-MML_SVG';
16
17
// N.B. we have to load MathJax "dynamically" as Karma
18
// does not undefined the MathJax's `?config=` parameter.
0 commit comments