diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2022-09-22 16:39:58 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-22 10:39:58 -0400 |
| commit | 9a216806d514b5f41c73c777010572cdf3c51eab (patch) | |
| tree | 3bc96c287936bc75b37add644944507c0f8ccf6b /cli/tests/testdata/npm | |
| parent | 06c77a30f9c00a562ff2a34b96fe828e0d29a33f (diff) | |
feat(npm): add support for --reload=npm: and --reload=npm:<package> (#15972)
Diffstat (limited to 'cli/tests/testdata/npm')
| -rw-r--r-- | cli/tests/testdata/npm/reload/main.ts | 3 |
1 files changed, 3 insertions, 0 deletions
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); |
