Files
Kmake/test/parallel/test-path-posix-exists.js

7 lines
138 B
JavaScript
Raw Permalink Normal View History

2026-05-26 23:36:42 -07:00
'use strict';
require('../common');
const assert = require('assert');
assert.strictEqual(require('path/posix'), require('path').posix);