From 7455233d74ffe056c4a5927c9272516fdc0e5dfc Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 18 Jun 2017 22:12:48 +0200 Subject: feat: make templates extend common layout --- test/index.test.js | 1 + 1 file changed, 1 insertion(+) (limited to 'test') diff --git a/test/index.test.js b/test/index.test.js index 5b5e991..73bbd19 100644 --- a/test/index.test.js +++ b/test/index.test.js @@ -11,6 +11,7 @@ test('homepage', t => { return request(app.listen()) .get('/') .expect(200) + .expect(/Test Site<\/title>/) .expect(/hello world/) .expect(/This is a test/) .then(() => t.pass()) -- cgit 1.4.1