Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanwhit committed Apr 30, 2024
1 parent 4eccc3c commit c707dc3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
1 change: 0 additions & 1 deletion tests/specs/install/future_install_local_deno/deno.json
Expand Up @@ -2,7 +2,6 @@
"imports": {
"@std/fs/": "https://deno.land/std@0.224.0/fs/",
"@denotest/esm-basic": "npm:@denotest/esm-basic@^1.0.0",
"@denotest/no_module_graph": "jsr:@denotest/no_module_graph@*",
"test-http": "http://localhost:4545/v1/extensionless"
}
}
7 changes: 3 additions & 4 deletions tests/specs/install/future_install_local_deno/install.out
Expand Up @@ -3,9 +3,8 @@ Download http://localhost:4545/v1/extensionless
Download http://localhost:4545/subdir/mod1.ts
Download http://localhost:4545/subdir/subdir2/mod2.ts
Download http://localhost:4545/subdir/print_hello.ts
Download http://127.0.0.1:4250/@denotest/no_module_graph/meta.json
Download http://127.0.0.1:4250/@denotest/no_module_graph/0.2.0_meta.json
Download http://127.0.0.1:4250/@denotest/no_module_graph/0.2.0/mod.ts
Download http://127.0.0.1:4250/@denotest/no_module_graph/0.2.0/TestClass.ts
Download http://127.0.0.1:4250/@denotest/add/meta.json
Download http://127.0.0.1:4250/@denotest/add/1.0.0_meta.json
Download http://127.0.0.1:4250/@denotest/add/1.0.0/mod.ts
Download http://localhost:4545/npm/registry/@denotest/esm-basic
Download http://localhost:4545/npm/registry/@denotest/esm-basic/1.0.0.tgz

0 comments on commit c707dc3

Please sign in to comment.