File tree Expand file tree Collapse file tree 3 files changed +7
-11
lines changed Expand file tree Collapse file tree 3 files changed +7
-11
lines changed Original file line number Diff line number Diff line change @@ -38,10 +38,6 @@ function _isTutorial(name) {
38
38
return false ;
39
39
}
40
40
var pathToTestRunner = path . join ( window . coderoad . dir , 'node_modules' , packageJson . config . testRunner ) ;
41
- if ( ! exists_1 . fileExists ( pathToTestRunner ) ) {
42
- console . log ( "Error with " + name + ": " + packageJson . config . testRunner + " test runner not installed" ) ;
43
- return false ;
44
- }
45
41
return true ;
46
42
}
47
43
function searchForTutorials ( deps ) {
Original file line number Diff line number Diff line change 40
40
"dependencies" : {
41
41
"classnames" : " 2.2.3" ,
42
42
"highlights" : " 1.3.1" ,
43
- "lodash" : " 4.6.1 " ,
43
+ "lodash" : " 4.7.0 " ,
44
44
"marked" : " 0.3.5" ,
45
45
"material-ui" : " 0.14.4" ,
46
- "react" : " 0.14.7 " ,
47
- "react-dom" : " 0.14.7 " ,
46
+ "react" : " 0.14.8 " ,
47
+ "react-dom" : " 0.14.8 " ,
48
48
"react-redux" : " 4.4.1" ,
49
49
"react-tap-event-plugin" : " 0.2.2" ,
50
50
"redux" : " 3.3.1"
Original file line number Diff line number Diff line change @@ -42,10 +42,10 @@ function _isTutorial(name: string): boolean {
42
42
return false ;
43
43
}
44
44
let pathToTestRunner = path . join ( window . coderoad . dir , 'node_modules' , packageJson . config . testRunner ) ;
45
- if ( ! fileExists ( pathToTestRunner ) ) {
46
- console . log ( `Error with ${ name } : ${ packageJson . config . testRunner } test runner not installed` ) ;
47
- return false ;
48
- }
45
+ // if (!fileExists(pathToTestRunner)) {
46
+ // console.log(`Error with ${name}: ${packageJson.config.testRunner} test runner not installed`);
47
+ // return false;
48
+ // }
49
49
return true ;
50
50
}
51
51
You can’t perform that action at this time.
0 commit comments