From 3fc19dab47492e06043fc7add28e64693a4eb775 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Thu, 7 Sep 2023 08:09:16 -0500 Subject: feat: support import attributes (#20342) --- cli/tests/testdata/import_assertions/dynamic_error.ts | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 cli/tests/testdata/import_assertions/dynamic_error.ts (limited to 'cli/tests/testdata/import_assertions/dynamic_error.ts') diff --git a/cli/tests/testdata/import_assertions/dynamic_error.ts b/cli/tests/testdata/import_assertions/dynamic_error.ts deleted file mode 100644 index 2d9c6757f..000000000 --- a/cli/tests/testdata/import_assertions/dynamic_error.ts +++ /dev/null @@ -1,3 +0,0 @@ -const data = await import("./data.json"); - -console.log(data); -- cgit v1.2.3