summary refs log tree commit diff stats
path: root/test/index.test.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/index.test.js')
-rw-r--r--test/index.test.js1
1 files changed, 1 insertions, 0 deletions
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(/<title>Test Site<\/title>/)
     .expect(/hello world/)
     .expect(/This is a test/)
     .then(() => t.pass())