summaryrefslogtreecommitdiff
path: root/cli/tests/info/data_null_error
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/info/data_null_error')
-rw-r--r--cli/tests/info/data_null_error/data_null_error.out6
-rw-r--r--cli/tests/info/data_null_error/mod.ts1
-rw-r--r--cli/tests/info/data_null_error/types.d.ts1
3 files changed, 8 insertions, 0 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
new file mode 100644
index 000000000..89961be65
--- /dev/null
+++ b/cli/tests/info/data_null_error/data_null_error.out
@@ -0,0 +1,6 @@
+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
new file mode 100644
index 000000000..6e3e99bd4
--- /dev/null
+++ b/cli/tests/info/data_null_error/mod.ts
@@ -0,0 +1 @@
+/// <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
new file mode 100644
index 000000000..6ecc85676
--- /dev/null
+++ b/cli/tests/info/data_null_error/types.d.ts
@@ -0,0 +1 @@
+declare class Test {}