Skip to content

Commit 8bdf66f

Browse files
committed
test: rename test-regress-nodejsGH-3739
Rename the test appropriately alongside mentioning the subsystem Also, make a few basic changes to make sure the test conforms to the standard test structure Refs: nodejs#19105 Refs: https://github.com/nodejs/node/blob/master/doc/guides/writing-tests.md#test-structure
1 parent 18c7841 commit 8bdf66f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

test/parallel/test-regress-GH-3739.js renamed to test/parallel/test-fs-existssync-false.js

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
'use strict';
2-
32
const common = require('../common');
3+
4+
// This test ensures that fs.existsSync doesn't incorrectly return false
5+
// (especially on Windows)
6+
// https://github.com/nodejs/node-v0.x-archive/issues/3739
7+
48
const assert = require('assert');
59
const fs = require('fs');
610
const path = require('path');

0 commit comments

Comments
 (0)