Skip to content

Commit 6de4b2b

Browse files
committed
Fixing unit tests for node-seed 1.0.x
1 parent b594405 commit 6de4b2b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bin/clever-test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +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 );
68+
paths.push( path.resolve( path.join( folder.path, 'tests', 'unit' ) ) + path.sep );
6969
paths.push( path.resolve( path.join( folder.path, 'lib' ) ) + path.sep );
7070
paths.push( path.resolve( path.join( folder.path, 'modules' ) ) + path.sep );
7171
env.NODE_PATH = paths.join( os.platform( ) === "win32" ? ';' : ':' );

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cleverstack-cli",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"author": {
55
"name": "CleverStack",
66
"email": "admin@cleverstack.io",

0 commit comments

Comments
 (0)