Skip to content

Commit

Permalink
remove unused supress comment
Browse files Browse the repository at this point in the history
  • Loading branch information
saihaj committed Feb 2, 2023
1 parent ff69d98 commit a5261db
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/__tests__/abuse.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ describe('Provides descriptive error messages for API abuse', () => {
});

it('Batch function must return a Promise, not error synchronously', async () => {
// $FlowExpectError
const badLoader = new DataLoader<number, number>(() => {
throw new Error('Mock Synchronous Error');
});
Expand Down

0 comments on commit a5261db

Please sign in to comment.