We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02c9bbc commit f9b3ecfCopy full SHA for f9b3ecf
notebook/tests/notebook/markdown.js
@@ -112,7 +112,7 @@ casper.notebook_test(function () {
112
function mathjax_render_test(input_string, result, message){
113
casper.thenEvaluate(function (text){
114
window._test_result = null;
115
- require(['notebook/js/mathjaxutils'],function(mathjaxutils){
+ require(['base/js/mathjaxutils'],function(mathjaxutils){
116
window._test_result = mathjaxutils.remove_math(text);
117
});
118
}, {text: input_string});
0 commit comments