This commit is contained in:
Cadence Ember 2025-01-31 16:50:48 +13:00
parent eb4aa615be
commit cf8867f945

View file

@ -10,7 +10,7 @@ test("web server: can get home", async t => {
})
test("web server: can get htmx", async t => {
t.match(await router.test("get", "/static/htmx.min.js", {}), /htmx=/)
t.match(await router.test("get", "/static/htmx.js", {}), /htmx =/)
})
test("web server: can get css", async t => {