This commit is contained in:
parent
2d4e667009
commit
e80fe1d0dc
|
@ -3,7 +3,7 @@ const {models} = require('vn-loopback/server/server');
|
||||||
describe('Device handleUser()', () => {
|
describe('Device handleUser()', () => {
|
||||||
const ctx = {req: {accessToken: {userId: 9}}};
|
const ctx = {req: {accessToken: {userId: 9}}};
|
||||||
|
|
||||||
fit('should return data from user', async() => {
|
it('should return data from user', async() => {
|
||||||
const androidId = 'androidid11234567890';
|
const androidId = 'androidid11234567890';
|
||||||
const deviceId = 1;
|
const deviceId = 1;
|
||||||
const nameApp = 'warehouse';
|
const nameApp = 'warehouse';
|
||||||
|
|
Loading…
Reference in New Issue