AR
This commit is contained in:
File diff suppressed because one or more lines are too long
@ -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');
|
Reference in New Issue
Block a user