fix(tests): Update test assertions and refine service interfaces
This commit is contained in:
@ -258,4 +258,8 @@ tap.test('ContentScanner - should classify threat levels correctly', async () =>
|
||||
expect(ContentScanner.getThreatLevel(80)).toEqual('high');
|
||||
});
|
||||
|
||||
tap.test('stop', async () => {
|
||||
await tap.stopForcefully();
|
||||
});
|
||||
|
||||
export default tap.start();
|
Reference in New Issue
Block a user