From b3ca3b2f25931afb350027bde87dc3d4f9a741b0 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Wed, 13 Mar 2024 12:21:13 -0400 Subject: chore: rough first pass on spec tests (#22877) --- tests/testdata/import_maps/import_map.json | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 tests/testdata/import_maps/import_map.json (limited to 'tests/testdata/import_maps/import_map.json') diff --git a/tests/testdata/import_maps/import_map.json b/tests/testdata/import_maps/import_map.json deleted file mode 100644 index 40d1d4ec2..000000000 --- a/tests/testdata/import_maps/import_map.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "imports": { - "print_hello": "./print_hello.ts", - "moment": "./moment/moment.ts", - "moment/": "./moment/", - "lodash": "./lodash/lodash.ts", - "lodash/": "./lodash/", - "https://www.unpkg.com/vue/dist/vue.runtime.esm.js": "./vue.ts" - }, - "scopes": { - "scope/": { - "moment": "./scoped_moment.ts" - } - } -} -- cgit v1.2.3