mirror of
https://github.com/typicode/json-server.git
synced 2025-08-01 06:34:02 +08:00
Fix lint errors
This commit is contained in:
@ -110,8 +110,8 @@ describe('Server with custom foreign key', () => {
|
||||
.del('/posts/1')
|
||||
.expect({})
|
||||
.expect(200)
|
||||
assert.equal(db.posts.length, 1)
|
||||
assert.equal(db.comments.length, 1)
|
||||
assert.strictEqual(db.posts.length, 1)
|
||||
assert.strictEqual(db.comments.length, 1)
|
||||
})
|
||||
})
|
||||
})
|
||||
|
Reference in New Issue
Block a user