forked from cadence/out-of-your-element
Fix test
This commit is contained in:
parent
eb4aa615be
commit
cf8867f945
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ test("web server: can get home", async t => {
|
||||||
})
|
})
|
||||||
|
|
||||||
test("web server: can get htmx", 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 => {
|
test("web server: can get css", async t => {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue