fix(test): Refactor wildcard certificate test to properly stub SmartAcme.start and getCertificateForDomain for robust integration.

This commit is contained in:
2025-05-04 11:40:01 +00:00
parent 0c6da9ff74
commit 1e7e1739b8
3 changed files with 34 additions and 14 deletions

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartacme',
version: '7.2.3',
version: '7.2.4',
description: 'A TypeScript-based ACME client for LetsEncrypt certificate management with a focus on simplicity and power.'
}