mirror of
https://github.com/typicode/json-server.git
synced 2025-07-28 12:43:18 +08:00
Use lodash-id
This commit is contained in:
@ -1,13 +1,13 @@
|
||||
const assert = require('assert')
|
||||
const _ = require('lodash')
|
||||
const _db = require('underscore-db')
|
||||
const lodashId = require('lodash-id')
|
||||
const mixins = require('../../src/server/mixins')
|
||||
|
||||
describe('mixins', () => {
|
||||
let db
|
||||
|
||||
before(() => {
|
||||
_.mixin(_db)
|
||||
_.mixin(lodashId)
|
||||
_.mixin(mixins)
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user