fixing tests

Nicholas Bollweg (Nick) 11 years ago
parent 8f5b447eaf
commit eef949eda9

@ -31,7 +31,7 @@ casper.notebook_test(function () {
{from: ["../"], error: true},
{from: ["//"], error: true},
].map(function (mode) {
mode.from.concat(mode.to || []).map(function(from){
(mode.from || []).concat(mode.to || []).map(function(from){
casper.evaluate(function(from, expected, error_expected){
IPython.utils.requireCodeMirrorMode(from, function(observed){
window.callPhantom({

Loading…
Cancel
Save