mirror of
https://github.com/denoland/deno.git
synced 2025-08-04 02:48:24 +00:00
fix(npm): allow resolving from package.json when an import map exists (#17905)
This commit is contained in:
parent
da781280b8
commit
e57b38f8b2
10 changed files with 76 additions and 14 deletions
|
@ -251,3 +251,13 @@ itest!(package_json_fail_check {
|
|||
copy_temp_dir: Some("package_json/basic"),
|
||||
exit_code: 1,
|
||||
});
|
||||
|
||||
itest!(package_json_with_deno_json {
|
||||
args: "check --quiet main.ts",
|
||||
output: "package_json/deno_json/main.check.out",
|
||||
cwd: Some("package_json/deno_json/"),
|
||||
copy_temp_dir: Some("package_json/deno_json/"),
|
||||
envs: env_vars_for_npm_tests_no_sync_download(),
|
||||
http_server: true,
|
||||
exit_code: 1,
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue