From acc32e1cee043ef7233a94bcf5645c4a842ed13a Mon Sep 17 00:00:00 2001 From: Mohammad Sulaiman Date: Mon, 16 Sep 2024 20:08:00 +0300 Subject: chore: move info itests (#25659) --- tests/testdata/info/data_null_error/data_null_error.out | 7 ------- tests/testdata/info/data_null_error/mod.ts | 1 - tests/testdata/info/data_null_error/types.d.ts | 1 - 3 files changed, 9 deletions(-) delete mode 100644 tests/testdata/info/data_null_error/data_null_error.out delete mode 100644 tests/testdata/info/data_null_error/mod.ts delete mode 100644 tests/testdata/info/data_null_error/types.d.ts (limited to 'tests/testdata/info/data_null_error') 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 @@ -/// 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 {} -- cgit v1.2.3