fix(tests): Update test assertions and refine service interfaces
This commit is contained in:
@ -134,4 +134,8 @@ tap.test('RateLimiter - should reset limits', async () => {
|
||||
expect(limiter.isAllowed('test')).toEqual(true);
|
||||
});
|
||||
|
||||
tap.test('stop', async () => {
|
||||
await tap.stopForcefully();
|
||||
});
|
||||
|
||||
export default tap.start();
|
Reference in New Issue
Block a user