feat(tstest): Implement dynamic port allocation for HTTP and WebSocket connections, add tests for port validation

This commit is contained in:
2025-09-12 14:06:03 +00:00
parent 3c38a53d9d
commit 799a60188f
5 changed files with 77 additions and 127 deletions

View File

@@ -17,6 +17,7 @@ import * as smartchok from '@push.rocks/smartchok';
import * as smartdelay from '@push.rocks/smartdelay';
import * as smartfile from '@push.rocks/smartfile';
import * as smartlog from '@push.rocks/smartlog';
import * as smartnetwork from '@push.rocks/smartnetwork';
import * as smartpromise from '@push.rocks/smartpromise';
import * as smartshell from '@push.rocks/smartshell';
import * as tapbundle from '../dist_ts_tapbundle/index.js';
@@ -28,6 +29,7 @@ export {
smartdelay,
smartfile,
smartlog,
smartnetwork,
smartpromise,
smartshell,
tapbundle,