docs(requirements): split htmx equivalent coverage
Split htmx_equivalents/002 into core interaction, navigation/live-update, gallery, and component-shape rows. req: htmx_equivalents/002 req: htmx_equivalents/004 req: htmx_equivalents/005 req: htmx_equivalents/006
This commit is contained in:
@@ -53,7 +53,7 @@ impl Drop for HtmlExamplesServer {
|
||||
}
|
||||
|
||||
fn run_html_examples_smoke() -> ExitCode {
|
||||
// req: examples/001 req: htmx_equivalents/002 req: test/006
|
||||
// req: examples/001 req: htmx_equivalents/005 req: test/006
|
||||
let port = match pick_unused_port() {
|
||||
Ok(port) => port,
|
||||
Err(code) => return code,
|
||||
|
||||
Reference in New Issue
Block a user