From 33171a749162685e42650f82041cd2af0136718d Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 18 Jun 2017 17:42:21 +0200 Subject: feat(posts): render posts as markdown --- test/index.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/index.test.js b/test/index.test.js index a81dbb6..e13e52c 100644 --- a/test/index.test.js +++ b/test/index.test.js @@ -18,7 +18,7 @@ test('post', t => { return request(app.listen()) .get('/post/testfile') .expect(200) - .expect(/Lorem ipsum/) + .expect(/

Lorem ipsum<\/h1>/) .then(() => t.pass()) }) -- cgit 1.4.1