This commit is contained in:
MDeghaud67
2023-05-09 11:38:55 +02:00
parent b995e34426
commit a250d5de8f
72 changed files with 549 additions and 573 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,6 +0,0 @@
const { expect } = chai;
const response1 = await insomnia.send();
expect(response1.status).to.equal(200);
const body = JSON.parse(response1.data);
expect(body).to.be.an('object');