We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 303a730 commit 9c0368bCopy full SHA for 9c0368b
1 file changed
tests/actions/IOUTest/ReceiptTest.ts
@@ -534,6 +534,7 @@ describe('actions/IOU/Receipt', () => {
534
});
535
536
it('should optimistically null the receipt and set pending field', async () => {
537
+ // eslint-disable-next-line rulesdir/no-multiple-api-calls
538
const writeSpy = jest.spyOn(API, 'write').mockImplementation(jest.fn());
539
await seedOnyx();
540
@@ -571,6 +572,7 @@ describe('actions/IOU/Receipt', () => {
571
572
573
574
it('should call API.write with DETACH_RECEIPT command and correct params', async () => {
575
576
577
578
0 commit comments