diff options
Diffstat (limited to 'cli/tests/testdata/info/data_null_error')
| -rw-r--r-- | cli/tests/testdata/info/data_null_error/data_null_error.out | 7 | ||||
| -rw-r--r-- | cli/tests/testdata/info/data_null_error/mod.ts | 1 | ||||
| -rw-r--r-- | cli/tests/testdata/info/data_null_error/types.d.ts | 1 |
3 files changed, 0 insertions, 9 deletions
diff --git a/cli/tests/testdata/info/data_null_error/data_null_error.out b/cli/tests/testdata/info/data_null_error/data_null_error.out deleted file mode 100644 index 065396f18..000000000 --- a/cli/tests/testdata/info/data_null_error/data_null_error.out +++ /dev/null @@ -1,7 +0,0 @@ -local: [WILDCARD]mod.ts -type: TypeScript -dependencies: 1 unique -size: [WILDCARD] - -file://[WILDCARD]/mod.ts ([WILDCARD]) -└── file://[WILDCARD]/types.d.ts ([WILDCARD]) diff --git a/cli/tests/testdata/info/data_null_error/mod.ts b/cli/tests/testdata/info/data_null_error/mod.ts deleted file mode 100644 index 6e3e99bd4..000000000 --- a/cli/tests/testdata/info/data_null_error/mod.ts +++ /dev/null @@ -1 +0,0 @@ -/// <reference path="./types.d.ts" /> diff --git a/cli/tests/testdata/info/data_null_error/types.d.ts b/cli/tests/testdata/info/data_null_error/types.d.ts deleted file mode 100644 index 6ecc85676..000000000 --- a/cli/tests/testdata/info/data_null_error/types.d.ts +++ /dev/null @@ -1 +0,0 @@ -declare class Test {} |
