mirror of https://github.com/nodejs/node.git
7 lines
164 B
JavaScript
7 lines
164 B
JavaScript
|
import '../common/index.mjs';
|
||
|
import assert from 'assert';
|
||
|
import { posix } from 'path';
|
||
|
import pathPosix from 'path/posix';
|
||
|
|
||
|
assert.strictEqual(pathPosix, posix);
|