Update tests

This commit is contained in:
typicode
2017-04-12 21:21:19 +02:00
parent 5449a3a2f3
commit 6e9e8ac057

View File

@ -165,7 +165,7 @@ describe('Server', () => {
))
// https://github.com/typicode/json-server/issues/510
it.only('should not fail with null value', () => {
it('should not fail with null value', () => {
db.posts.push({ id: 99, body: null })
return request(server)
.get('/posts?body=foo')