We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c99fae5 commit 1a8afc7Copy full SHA for 1a8afc7
test/test-path-zero-length-strings.js
@@ -21,7 +21,7 @@ tape('path.join zero-length', function (t) {
21
t.end();
22
});
23
24
-tape('path.join zero-length', function (t) {
+tape('path.normalize zero-length', function (t) {
25
// normalize will return '.' if the input is a zero-length string
26
t.strictEqual(path.posix.normalize(''), '.');
27
if (path.win32) t.strictEqual(path.win32.normalize(''), '.');
0 commit comments