diff options
| author | Satya Rohith <me@satyarohith.com> | 2024-10-03 21:56:55 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-03 16:26:55 +0000 |
| commit | 779a98cd39b781091427e68b1548d4f3189a8595 (patch) | |
| tree | f07c8a83d03d71b62f1a95f99a07610cc7b05d3e /tests/specs/run/package_json/invalid_value/error.out | |
| parent | e41df20ad9ba0e5acee028a161ab55b81987acb8 (diff) | |
tests: enable specs::run::package_json::invalid_value (#25826)
Towards https://github.com/denoland/deno/issues/25241
Co-authored-by: David Sherret <dsherret@gmail.com>
Diffstat (limited to 'tests/specs/run/package_json/invalid_value/error.out')
| -rw-r--r-- | tests/specs/run/package_json/invalid_value/error.out | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/specs/run/package_json/invalid_value/error.out b/tests/specs/run/package_json/invalid_value/error.out new file mode 100644 index 000000000..597535113 --- /dev/null +++ b/tests/specs/run/package_json/invalid_value/error.out @@ -0,0 +1,2 @@ +error: Could not resolve "@denotest/cjs-default-export", but found it in a package.json. Deno expects the node_modules/ directory to be up to date. Did you forget to run `deno install`? + at file:///[WILDCARD]/error.ts:2:23 |
