This commit is contained in:
2025-05-23 21:20:39 +00:00
parent 9629329bc2
commit 0907949f8a
86 changed files with 654 additions and 569 deletions
package.jsonpnpm-lock.yaml
test
helpers
readme.md
suite
commands
connection
edge-cases
email-processing
error-handling
performance
reliability
rfc-compliance
security
server.loader.ts
test.ipwarmupmanager.tstest.minimal.tstest.reputationmonitor.tstest.smartmail.ts

@@ -1,6 +1,6 @@
import { tap, expect } from '@git.zone/tstest/tapbundle';
import * as net from 'net';
import { startTestServer, stopTestServer } from '../server.loader.js';
import { startTestServer, stopTestServer } from '../../helpers/server.loader.js';
const TEST_PORT = 2525;
const TEST_TIMEOUT = 10000;