fix(tooling): migrate project config and test tooling while hardening fuzzy version parsing

This commit is contained in:
2026-04-07 16:13:35 +00:00
parent d152a5d684
commit 028bb19a10
9 changed files with 7249 additions and 4812 deletions

View File

@@ -1,4 +1,4 @@
import { expect, tap } from '@push.rocks/tapbundle';
import { expect, tap } from '@git.zone/tstest/tapbundle';
import * as smartversion from '../ts/index.js';
tap.test('should create a valid SmartVersion', async () => {
@@ -33,4 +33,4 @@ tap.test('should create a patch version', async () => {
console.log(newVersion.versionString);
})
export const runTestPromise = tap.start();
export default tap.start();