summaryrefslogtreecommitdiff
path: root/tests/testdata/info/data_null_error
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testdata/info/data_null_error')
-rw-r--r--tests/testdata/info/data_null_error/data_null_error.out7
-rw-r--r--tests/testdata/info/data_null_error/mod.ts1
-rw-r--r--tests/testdata/info/data_null_error/types.d.ts1
3 files changed, 0 insertions, 9 deletions
diff --git a/tests/testdata/info/data_null_error/data_null_error.out b/tests/testdata/info/data_null_error/data_null_error.out
deleted file mode 100644
index 065396f18..000000000
--- a/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/tests/testdata/info/data_null_error/mod.ts b/tests/testdata/info/data_null_error/mod.ts
deleted file mode 100644
index 6e3e99bd4..000000000
--- a/tests/testdata/info/data_null_error/mod.ts
+++ /dev/null
@@ -1 +0,0 @@
-/// <reference path="./types.d.ts" />
diff --git a/tests/testdata/info/data_null_error/types.d.ts b/tests/testdata/info/data_null_error/types.d.ts
deleted file mode 100644
index 6ecc85676..000000000
--- a/tests/testdata/info/data_null_error/types.d.ts
+++ /dev/null
@@ -1 +0,0 @@
-declare class Test {}