mirror of
https://github.com/typicode/json-server.git
synced 2025-07-28 12:43:18 +08:00
clean
This commit is contained in:
@ -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')
|
||||
|
Reference in New Issue
Block a user