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/info/data_null_error/data_null_error.out | 6 ------ cli/tests/info/data_null_error/mod.ts | 1 - cli/tests/info/data_null_error/types.d.ts | 1 - 3 files changed, 8 deletions(-) delete mode 100644 cli/tests/info/data_null_error/data_null_error.out delete mode 100644 cli/tests/info/data_null_error/mod.ts delete mode 100644 cli/tests/info/data_null_error/types.d.ts (limited to 'cli/tests/info/data_null_error') diff --git a/cli/tests/info/data_null_error/data_null_error.out b/cli/tests/info/data_null_error/data_null_error.out deleted file mode 100644 index 89961be65..000000000 --- a/cli/tests/info/data_null_error/data_null_error.out +++ /dev/null @@ -1,6 +0,0 @@ -local: [WILDCARD]mod.ts -type: TypeScript -dependencies: 1 unique (total [WILDCARD]) - -file://[WILDCARD]/mod.ts ([WILDCARD]) -└── file://[WILDCARD]/types.d.ts ([WILDCARD]) diff --git a/cli/tests/info/data_null_error/mod.ts b/cli/tests/info/data_null_error/mod.ts deleted file mode 100644 index 6e3e99bd4..000000000 --- a/cli/tests/info/data_null_error/mod.ts +++ /dev/null @@ -1 +0,0 @@ -/// diff --git a/cli/tests/info/data_null_error/types.d.ts b/cli/tests/info/data_null_error/types.d.ts deleted file mode 100644 index 6ecc85676..000000000 --- a/cli/tests/info/data_null_error/types.d.ts +++ /dev/null @@ -1 +0,0 @@ -declare class Test {} -- cgit v1.2.3