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 3329474 commit a4ac275Copy full SHA for a4ac275
notebook/tests/notebook/markdown.js
@@ -14,7 +14,7 @@ casper.notebook_test(function () {
14
function mathjax_render_test(input_string, result, message){
15
casper.thenEvaluate(function (text){
16
window._test_result = null;
17
- require(['notebook/js/mathjaxutils'],function(mathjaxutils){
+ require(['base/js/mathjaxutils'],function(mathjaxutils){
18
window._test_result = mathjaxutils.remove_math(text);
19
});
20
}, {text: input_string});
0 commit comments