Skip to content

Commit d1d3d02

Browse files
hemal7735evenstensberg
authored andcommitted
tests: make comment clear about fs.copyFileSync
1 parent c9c5832 commit d1d3d02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/binCases/watch/info-verbosity-off/info-verbosity-off.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const copyFilePath = path.resolve(__dirname, copyFile);
1616
// create copy of "index.js" => "index_copy.js"
1717
beforeEach(() => {
1818
// fs.copyFileSync was added in Added in: v8.5.0
19-
// We should migrate it once we stop support for v6.x
19+
// We should refactor the below code once our minimal supported version is v8.5.0
2020
fs.createReadStream(fileToChangePath).pipe(fs.createWriteStream(copyFilePath));
2121
});
2222

0 commit comments

Comments
 (0)