fix(portproxy): Fix incorrect import path in test file

This commit is contained in:
2025-02-24 09:53:39 +00:00
parent 38601a41bb
commit dc3d56771b
10 changed files with 223 additions and 6 deletions

View File

@ -1,6 +1,6 @@
import { expect, tap } from '@push.rocks/tapbundle';
import * as net from 'net';
import { PortProxy } from '../ts/smartproxy.portproxy.js';
import { PortProxy } from '../ts/classes.portproxy.js';
let testServer: net.Server;
let portProxy: PortProxy;