T-DEV-811/.history/IOT/test/listUsers_20230411105948.js
2023-04-11 11:00:25 +02:00

8 lines
253 B
JavaScript

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');