Skip to content
Merged
Prev Previous commit
Next Next commit
Fix linter warning
Signed-off-by: Marcos Bjoerkelund <marcosbd@vmware.com>
  • Loading branch information
marcosbc committed Feb 8, 2022
commit 65d214c5471a7ff98366301279066f4eb8781adb
1 change: 0 additions & 1 deletion test/parallel/test-fs-cp.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ function nextdir() {

const dest = nextdir();
mkdirSync(dest, { recursive: true });
const destFile = join(dest, 'foo.js');

cpSync(src, dest, { recursive: true, absolute: false });
const link = readlinkSync(join(dest, 'bar.js'));
Expand Down