Skip to content

Commit 9aa36e7

Browse files
author
James Halliday
committed
fix node_path test, was clearly wrong for some reason
1 parent 3be4b79 commit 9aa36e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/node_path.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ var test = require('tape');
33
var resolve = require('../');
44

55
test('$NODE_PATH', function (t) {
6-
t.plan(3);
6+
t.plan(4);
77

88
resolve('aaa', {
99
paths: [

0 commit comments

Comments
 (0)