Skip to content

Commit f5df38d

Browse files
committed
[Tests] account for vlt i
1 parent 0739c90 commit f5df38d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/node_path.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,6 @@ test('$NODE_PATH', function (t) {
6565
}, function (err, res) {
6666
var root = require('tap/package.json').main; // eslint-disable-line global-require
6767
t.error(err);
68-
t.equal(res, path.resolve(__dirname, '..', 'node_modules/tap', root), 'tap resolves');
68+
t.equal(res.replace('/node_modules/.vlt/··[email protected]/', '/'), path.resolve(__dirname, '..', 'node_modules/tap', root), 'tap resolves');
6969
});
7070
});

0 commit comments

Comments
 (0)