diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/index.test.js | 1 |
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()) |