From 15a763152f9d392cb80692262f8de5ef8ae15495 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Wed, 11 Aug 2021 10:20:47 -0400 Subject: chore: move test files to testdata directory (#11601) --- cli/tests/subdir/comment.ts | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 cli/tests/subdir/comment.ts (limited to 'cli/tests/subdir/comment.ts') diff --git a/cli/tests/subdir/comment.ts b/cli/tests/subdir/comment.ts deleted file mode 100644 index ea7e630c0..000000000 --- a/cli/tests/subdir/comment.ts +++ /dev/null @@ -1,4 +0,0 @@ -// This is a comment. -export function comment(): string { - return "comment"; -} -- cgit v1.2.3