diff options
Diffstat (limited to 'cli/tests/testdata/npm/conditional_exports/main.out')
-rw-r--r-- | cli/tests/testdata/npm/conditional_exports/main.out | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/cli/tests/testdata/npm/conditional_exports/main.out b/cli/tests/testdata/npm/conditional_exports/main.out new file mode 100644 index 000000000..0f2a4479e --- /dev/null +++ b/cli/tests/testdata/npm/conditional_exports/main.out @@ -0,0 +1,6 @@ +Download http://localhost:4545/npm/registry/@denotest/conditional-exports +Download http://localhost:4545/npm/registry/@denotest/conditional-exports/1.0.0.tgz +{ hello: "from esm" } +{ hello: "from esm client" } +{ hello: "from esm client foo" } +{ hello: "from esm client bar" } |