start the path to rust

This commit is contained in:
2026-02-10 15:54:09 +00:00
parent 237dba3bab
commit 8bd8c295b0
318 changed files with 28352 additions and 428 deletions

View File

@@ -1,7 +1,7 @@
import { expect, tap } from '@git.zone/tstest/tapbundle';
import * as plugins from './helpers/server.loader.ts';
import { createTestSmtpClient } from './helpers/smtp.client.ts';
import { SmtpClient } from '../ts/mail/delivery/smtpclient/smtp-client.ts';
import * as plugins from './helpers/server.loader.js';
import { createTestSmtpClient } from './helpers/smtp.client.js';
import { SmtpClient } from '../ts/mail/delivery/smtpclient/smtp-client.js';
const TEST_PORT = 2525;