Skip to content

Commit a5261db

Browse files
committed
remove unused supress comment
1 parent ff69d98 commit a5261db

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/__tests__/abuse.test.js

-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ describe('Provides descriptive error messages for API abuse', () => {
9797
});
9898

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

0 commit comments

Comments
 (0)