fix(tests): Update test assertions and refine service interfaces
This commit is contained in:
@ -190,4 +190,8 @@ tap.test('BounceManager - should handle retries for soft bounces', async () => {
|
||||
expect(info.expiresAt).toBeUndefined(); // Permanent
|
||||
});
|
||||
|
||||
tap.test('stop', async () => {
|
||||
await tap.stopForcefully();
|
||||
});
|
||||
|
||||
export default tap.start();
|
Reference in New Issue
Block a user