diff options
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 {} |
