From 9a216806d514b5f41c73c777010572cdf3c51eab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Thu, 22 Sep 2022 16:39:58 +0200 Subject: feat(npm): add support for --reload=npm: and --reload=npm: (#15972) --- cli/tests/testdata/npm/reload/main.ts | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 cli/tests/testdata/npm/reload/main.ts (limited to 'cli/tests/testdata') diff --git a/cli/tests/testdata/npm/reload/main.ts b/cli/tests/testdata/npm/reload/main.ts new file mode 100644 index 000000000..1ccc441a1 --- /dev/null +++ b/cli/tests/testdata/npm/reload/main.ts @@ -0,0 +1,3 @@ +import chalk from "npm:chalk@5"; + +console.log(chalk); -- cgit v1.2.3