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

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

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