-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Hi there,
Thanks for sharing your code kata. The structure looks really nice.
However, when running the tests they sometimes fail. On my machine for bills and products.
Maybe its located around this lines, because only the retrieval of items is waited for, but not for the removal.
api-with-vanilla/src/services/bills.js
Lines 9 to 10 in 9fda40c
| const billList = await models.Bill.findAll(); | |
| billList.forEach(bill => bill.destroy()); |
Since it's a racing condition maybe you didn't encounter it.
Best
Andi
Metadata
Metadata
Assignees
Labels
No labels