Navigation Menu

Skip to content

Commit

Permalink
passing normalize test
Browse files Browse the repository at this point in the history
  • Loading branch information
James Halliday committed Jun 19, 2011
1 parent 9049abf commit 055c7ce
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions test/resolver.js
Expand Up @@ -54,3 +54,11 @@ exports.biz = function () {
dir + '/grux/index.js'
);
};

exports.normalize = function () {
var dir = __dirname + '/resolver/biz/node_modules/grux';
assert.equal(
resolve.sync('../grux', { basedir : dir }),
dir + '/index.js'
);
};

0 comments on commit 055c7ce

Please sign in to comment.