summaryrefslogtreecommitdiff
path: root/fs/copy_test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'fs/copy_test.ts')
-rw-r--r--fs/copy_test.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/copy_test.ts b/fs/copy_test.ts
index 38c27e15b..09aae0ff6 100644
--- a/fs/copy_test.ts
+++ b/fs/copy_test.ts
@@ -431,7 +431,8 @@ testCopySync(
);
testCopySync(
- "[fs] copy directory synchronously, and destination exist and not a directory",
+ "[fs] copy directory synchronously, and destination exist and not a " +
+ "directory",
(tempDir: string): void => {
const srcDir = path.join(tempDir, "parent_sync");
const destDir = path.join(tempDir, "child.txt");