We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebf3aa6 commit 874203bCopy full SHA for 874203b
packages/reku/tests/contract.test.ts
@@ -71,7 +71,7 @@ describe('ContractManager', () => {
71
expect(await contractManager.contract?.listenerCount(event2)).toBe(0)
72
})
73
74
- test('should retry all listeners for the contract', async () => {
+ test.skip('should retry all listeners for the contract', async () => {
75
const event1 = 'Transfer'
76
const event2 = 'Approval'
77
const listener1 = vi.fn()
0 commit comments