From 87f80ff6be5e2a132b583a9c380fff5db3cb2b07 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Sat, 20 Aug 2022 11:31:33 -0400 Subject: feat(unstable): initial support for npm specifiers (#15484) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Bartek IwaƄczuk --- cli/tests/testdata/npm/esm/test.out | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 cli/tests/testdata/npm/esm/test.out (limited to 'cli/tests/testdata/npm/esm/test.out') diff --git a/cli/tests/testdata/npm/esm/test.out b/cli/tests/testdata/npm/esm/test.out new file mode 100644 index 000000000..0f8ef2009 --- /dev/null +++ b/cli/tests/testdata/npm/esm/test.out @@ -0,0 +1,12 @@ +Download http://localhost:4545/npm/registry/chalk/chalk-5.0.1.tgz +Check [WILDCARD]/std/node/module_all.ts +chalk esm loads +running 1 test from ./npm/esm/test.js +test ... +------- output ------- +test +----- output end ----- +test ... ok ([WILDCARD]ms) + +ok | 1 passed | 0 failed ([WILDCARD]s) + -- cgit v1.2.3