a post-component library for building user-interfaces on the web.

fix a client hydration test (#132)

authored by tombl.dev and committed by

GitHub 4f77a463 2006bdc1

+2
+2
src/client/tests/hydration.test.ts
··· 517 517 assert(error instanceof Error) 518 518 assert(error.message.includes('Tag name mismatch')) 519 519 } 520 + 521 + assert(thrown) 520 522 })