diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2021-08-11 10:20:47 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-11 10:20:47 -0400 |
| commit | 15a763152f9d392cb80692262f8de5ef8ae15495 (patch) | |
| tree | fcd1a59777f95920bf3502519983d6cc0d882a9a /cli/tests/info/data_null_error | |
| parent | a0285e2eb88f6254f6494b0ecd1878db3a3b2a58 (diff) | |
chore: move test files to testdata directory (#11601)
Diffstat (limited to 'cli/tests/info/data_null_error')
| -rw-r--r-- | cli/tests/info/data_null_error/data_null_error.out | 6 | ||||
| -rw-r--r-- | cli/tests/info/data_null_error/mod.ts | 1 | ||||
| -rw-r--r-- | cli/tests/info/data_null_error/types.d.ts | 1 |
3 files changed, 0 insertions, 8 deletions
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 @@ -/// <reference path="./types.d.ts" /> 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 {} |
