test users
This commit is contained in:
parent
ff7685cb68
commit
d31e6927dd
0
.history/IOT/test/listUsers_20230411105649.js
Normal file
0
.history/IOT/test/listUsers_20230411105649.js
Normal file
8
.history/IOT/test/listUsers_20230411105948.js
Normal file
8
.history/IOT/test/listUsers_20230411105948.js
Normal file
@ -0,0 +1,8 @@
|
||||
const response1 = await insomnia.send();
|
||||
const body = JSON.parse(response1.data);
|
||||
//const item = body[0];
|
||||
|
||||
expect(body).to.be.an('object');
|
||||
//expect(item).to.be.an('');
|
||||
//expect(response1.status).to.equal(200);
|
||||
//expect(item).to.have.property('symbol');
|
8
IOT/test/listUsers.js
Normal file
8
IOT/test/listUsers.js
Normal file
@ -0,0 +1,8 @@
|
||||
const response1 = await insomnia.send();
|
||||
const body = JSON.parse(response1.data);
|
||||
//const item = body[0];
|
||||
|
||||
expect(body).to.be.an('object');
|
||||
//expect(item).to.be.an('');
|
||||
//expect(response1.status).to.equal(200);
|
||||
//expect(item).to.have.property('symbol');
|
Loading…
x
Reference in New Issue
Block a user