all repos — archive/homestead @ f9fd0d795fb7bff10cb759f2300200d50b0fbab3

My future indieweb platform

feat: Streaming DOM templates via rheo

Alan Pearce
commit

f9fd0d795fb7bff10cb759f2300200d50b0fbab3

parent

4d6378483d46806d0006d6e5755e0eedd6372154

1 file changed, 1 insertion(+), 1 deletion(-)

changed files
M test/index.test.jstest/index.test.js
@@ -12,7 +12,7 @@ return request(app.listen())
.get('/') .expect(200) .expect(/<title>Test Site<\/title>/) - .expect(/hello world/) + .expect(/<h1>Test Site<\/h1>/) .expect(/This is a test/) .then(() => t.pass()) })