fix(tests): Update test assertions and refine service interfaces
This commit is contained in:
@ -48,4 +48,8 @@ tap.test('IPWarmupManager should handle IP allocation policies', async () => {
|
||||
expect(typeof canSend).toEqual('boolean');
|
||||
});
|
||||
|
||||
tap.test('stop', async () => {
|
||||
await tap.stopForcefully();
|
||||
});
|
||||
|
||||
export default tap.start();
|
Reference in New Issue
Block a user