We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18c7841 commit 8bdf66fCopy full SHA for 8bdf66f
test/parallel/test-regress-GH-3739.js renamed to test/parallel/test-fs-existssync-false.js
@@ -1,6 +1,10 @@
1
'use strict';
2
-
3
const common = require('../common');
+
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
8
const assert = require('assert');
9
const fs = require('fs');
10
const path = require('path');
0 commit comments