mirror of
https://github.com/typicode/json-server.git
synced 2025-08-02 19:52:20 +08:00
Fix default index
This commit is contained in:
@ -253,7 +253,7 @@ describe('Server', function() {
|
||||
it('should respond with html', function(done) {
|
||||
request(server)
|
||||
.get('/')
|
||||
.expect('Content-Type', /html/)
|
||||
.expect(/You're successfully running JSON Server/)
|
||||
.expect(200, done);
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user