fix tests

This commit is contained in:
Juergen Kunz
2025-06-06 08:23:37 +00:00
parent b9be6533ae
commit 5f175b4ca8
5 changed files with 25 additions and 344 deletions

View File

@ -365,4 +365,4 @@ tap.test('should handle proxy chain with HTTP traffic', async () => {
expect(finalCounts.proxy2).toEqual(0);
});
tap.start();
export default tap.start();