Skip to content

Commit 354ad34

Browse files
committed
Remove commented-out afterAll block in testnet integration test.
1 parent 29f4938 commit 354ad34

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

packages/ccip-js/test/integration-testnet.test.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,6 @@ describe('Integration: Fuji -> Sepolia', () => {
7373
}
7474
})
7575

76-
// afterAll((done) => {
77-
// // Wait for 1 second to eliminate error: 'Jest did not exit one second after the test run has completed.'
78-
// done()
79-
// setTimeout(() => process.exit(0), 1000)
80-
// })
81-
8276
describe('√ all critical functionality in CCIP Client', () => {
8377
it('✅ should approve BnM spend, given valid input', async () => {
8478
const ccipApprove = await ccipSdkClient.approveRouter({

0 commit comments

Comments
 (0)