Skip to content

Commit

Permalink
[Tests] account for vlt i
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Dec 5, 2024
1 parent 0739c90 commit f5df38d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/node_path.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,6 @@ test('$NODE_PATH', function (t) {
}, function (err, res) {
var root = require('tap/package.json').main; // eslint-disable-line global-require
t.error(err);
t.equal(res, path.resolve(__dirname, '..', 'node_modules/tap', root), 'tap resolves');
t.equal(res.replace('/node_modules/.vlt/··[email protected]/', '/'), path.resolve(__dirname, '..', 'node_modules/tap', root), 'tap resolves');
});
});

0 comments on commit f5df38d

Please sign in to comment.