From ef89ba7d94f0f4ba88a0ed7ba934f7a6652b3038 Mon Sep 17 00:00:00 2001 From: Angel M De Miguel Date: Tue, 17 Oct 2023 16:25:47 +0200 Subject: [PATCH] feat: add a new e2e for js-hono example --- tests/e2e.rs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/e2e.rs b/tests/e2e.rs index 254fd8c..0a69e67 100644 --- a/tests/e2e.rs +++ b/tests/e2e.rs @@ -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",