fix: refs #5919 drop focus
This commit is contained in:
parent
5d5f1ef7c5
commit
1f39330041
|
@ -1,6 +1,6 @@
|
||||||
const {models} = require('vn-loopback/server/server');
|
const {models} = require('vn-loopback/server/server');
|
||||||
|
|
||||||
fdescribe('locker model ', () => {
|
describe('locker model ', () => {
|
||||||
const productionBossId = 50;
|
const productionBossId = 50;
|
||||||
const hrBuyerId = 124;
|
const hrBuyerId = 124;
|
||||||
const hrId = 37;
|
const hrId = 37;
|
||||||
|
|
Loading…
Reference in New Issue