Skip to content

Commit

Permalink
fixup! feat(cli/installer): Add missing flags for deno install
Browse files Browse the repository at this point in the history
  • Loading branch information
nayeemrmn committed Sep 20, 2020
1 parent 5202057 commit 564c60a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion cli/tests/import_map_no_unstable.out

This file was deleted.

7 changes: 0 additions & 7 deletions cli/tests/integration_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1546,13 +1546,6 @@ itest!(_033_import_map {
output: "033_import_map.out",
});

itest!(import_map_no_unstable {
args:
"run --quiet --reload --importmap=importmaps/import_map.json importmaps/test.ts",
output: "import_map_no_unstable.out",
exit_code: 70,
});

itest!(_034_onload {
args: "run --quiet --reload 034_onload/main.ts",
output: "034_onload.out",
Expand Down

0 comments on commit 564c60a

Please sign in to comment.