summaryrefslogtreecommitdiff
path: root/test/parallel/test-path-posix-exists.js
blob: dc12ed6daf027fbfd5a35d3a3bd3b3feaf0e14f5 (plain)
1
2
3
4
5
6
'use strict';

require('../common');
const assert = require('assert');

assert.strictEqual(require('path/posix'), require('path').posix);