mirror of
https://github.com/typicode/json-server.git
synced 2025-08-02 19:52:20 +08:00
chore: lint
This commit is contained in:
@ -33,7 +33,7 @@ describe('mixins', () => {
|
||||
|
||||
assert.deepStrictEqual(
|
||||
_.getRemovable(db, { foreignKeySuffix: 'Id' }),
|
||||
expected
|
||||
expected,
|
||||
)
|
||||
})
|
||||
|
||||
@ -45,7 +45,7 @@ describe('mixins', () => {
|
||||
|
||||
assert.deepStrictEqual(
|
||||
_.getRemovable(db, { foreignKeySuffix: 'Id' }),
|
||||
expected
|
||||
expected,
|
||||
)
|
||||
})
|
||||
})
|
||||
|
Reference in New Issue
Block a user