akaigh

Results 2 issues of akaigh

There are missing async/await in addItem since add fetch to this function. Thus missing async/await in handleAddItem function. and missing async/await logical in three test file. After changing tests in...

I think there maybe some problem after you add fetch in addItem function in inventoryController.js for tests involving HTTP requests. I got the error that the nock mock is not...