This commit is contained in:
typicode
2016-12-06 23:51:01 +01:00
parent 3df272dbe3
commit d0596e1386
2 changed files with 1 additions and 2 deletions

View File

@ -551,7 +551,7 @@ describe('Server', () => {
})
describe('PUT /:resource/:id', () => {
it.only('should respond with json and replace resource', (done) => {
it('should respond with json and replace resource', (done) => {
var post = {id: 1, booleanValue: true, integerValue: 1}
request(server)
.put('/posts/1')