##// END OF EJS Templates
fixing tests
Nicholas Bollweg (Nick) -
Show More
@@ -31,7 +31,7 b' casper.notebook_test(function () {'
31 {from: ["../"], error: true},
31 {from: ["../"], error: true},
32 {from: ["//"], error: true},
32 {from: ["//"], error: true},
33 ].map(function (mode) {
33 ].map(function (mode) {
34 mode.from.concat(mode.to || []).map(function(from){
34 (mode.from || []).concat(mode.to || []).map(function(from){
35 casper.evaluate(function(from, expected, error_expected){
35 casper.evaluate(function(from, expected, error_expected){
36 IPython.utils.requireCodeMirrorMode(from, function(observed){
36 IPython.utils.requireCodeMirrorMode(from, function(observed){
37 window.callPhantom({
37 window.callPhantom({
General Comments 0
You need to be logged in to leave comments. Login now