Skip to content

Commit

Permalink
feat: add a new e2e for js-hono example
Browse files Browse the repository at this point in the history
  • Loading branch information
Angelmmiguel committed Oct 17, 2023
1 parent 8b5a6d2 commit ef89ba7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/e2e.rs
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,11 @@ mod test {
"http://localhost:8080",
"This page was generated by a JavaScript (module) file",
),
(
&format!("js-hono{}dist", std::path::MAIN_SEPARATOR_STR),
"http://localhost:8080",
"Hello from Hono",
),
(
"js-json",
"http://localhost:8080/handler",
Expand Down

0 comments on commit ef89ba7

Please sign in to comment.