test: add a test for inclusion in SPAs
This commit is contained in:
parent
1220f1a370
commit
75439172c9
3 changed files with 3 additions and 0 deletions
|
|
@ -27,6 +27,7 @@ Deno.test({
|
|||
asserts.assert(response.ok);
|
||||
asserts.assert(body);
|
||||
asserts.assertMatch(body, /SPA PAGE/s);
|
||||
asserts.assertMatch(body, /test include/s);
|
||||
}
|
||||
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue