mirror of
https://github.com/typicode/json-server.git
synced 2025-07-28 04:32:24 +08:00
Fix server
This commit is contained in:
@ -52,7 +52,7 @@ describe('Server', function() {
|
||||
})
|
||||
})
|
||||
|
||||
describe.only('GET /:resource?_start=&_end=', function() {
|
||||
describe('GET /:resource?_start=&_end=', function() {
|
||||
it('should respond with sliced array', function(done) {
|
||||
request(server)
|
||||
.get('/comments?_start=1&_end=2')
|
||||
|
Reference in New Issue
Block a user