summaryrefslogtreecommitdiff
path: root/tests/testdata/info/data_null_error
diff options
context:
space:
mode:
authorMohammad Sulaiman <mohammad.sulaiman@exalt.ps>2024-09-16 20:08:00 +0300
committerGitHub <noreply@github.com>2024-09-16 17:08:00 +0000
commitacc32e1cee043ef7233a94bcf5645c4a842ed13a (patch)
treed2ef2a68efc5f461b650243c0199a43904f1ce38 /tests/testdata/info/data_null_error
parente47606a5549aff43540bf2b8adc5db0309c28dbc (diff)
chore: move info itests (#25659)
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 {}