Toon Baeyens 6 years ago
parent 3329474803
commit a4ac2750b1

@ -14,7 +14,7 @@ casper.notebook_test(function () {
function mathjax_render_test(input_string, result, message){
casper.thenEvaluate(function (text){
window._test_result = null;
require(['notebook/js/mathjaxutils'],function(mathjaxutils){
require(['base/js/mathjaxutils'],function(mathjaxutils){
window._test_result = mathjaxutils.remove_math(text);
});
}, {text: input_string});

Loading…
Cancel
Save