mirror of
https://github.com/denoland/deno.git
synced 2025-08-04 02:48:24 +00:00
Merge deno_cli_snapshots into deno_cli (#3064)
This commit is contained in:
parent
9049213867
commit
b81e5db17a
148 changed files with 38 additions and 83 deletions
|
@ -1284,8 +1284,6 @@ mod tests {
|
|||
assert!(r.is_err());
|
||||
|
||||
let p = std::path::PathBuf::from(env!("CARGO_MANIFEST_DIR"))
|
||||
.parent()
|
||||
.unwrap()
|
||||
.join("js/main.ts")
|
||||
.to_owned();
|
||||
let specifier =
|
||||
|
@ -1308,8 +1306,6 @@ mod tests {
|
|||
assert!(r.is_err());
|
||||
|
||||
let p = std::path::PathBuf::from(env!("CARGO_MANIFEST_DIR"))
|
||||
.parent()
|
||||
.unwrap()
|
||||
.join("js/main.ts")
|
||||
.to_owned();
|
||||
let specifier =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue