File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -65,6 +65,7 @@ function start( reporter ) {
6565
6666 if ( fs . existsSync ( path . resolve ( path . join ( folder . path , 'modules' ) ) ) ) {
6767 var paths = process . env . NODE_PATH ? [ process . env . NODE_PATH ] : [ ] ;
68+ paths . push ( path . resolve ( path . join ( folder . path , 'test' , 'unit' ) ) + path . sep ) ;
6869 paths . push ( path . resolve ( path . join ( folder . path , 'lib' ) ) + path . sep ) ;
6970 paths . push ( path . resolve ( path . join ( folder . path , 'modules' ) ) + path . sep ) ;
7071 env . NODE_PATH = paths . join ( os . platform ( ) === "win32" ? ';' : ':' ) ;
Original file line number Diff line number Diff line change 11{
22 "name" : " cleverstack-cli" ,
3- "version" : " 1.0.1 " ,
3+ "version" : " 1.0.2 " ,
44 "author" : {
55 "name" : " CleverStack" ,
66 "email" : " admin@cleverstack.io" ,
You can’t perform that action at this time.
0 commit comments