diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/index.test.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/index.test.js b/test/index.test.js index 73bbd19..769097f 100644 --- a/test/index.test.js +++ b/test/index.test.js @@ -12,7 +12,7 @@ test('homepage', t => { .get('/') .expect(200) .expect(/<title>Test Site<\/title>/) - .expect(/hello world/) + .expect(/<h1>Test Site<\/h1>/) .expect(/This is a test/) .then(() => t.pass()) }) |