fix(tooling): migrate project config and test tooling while hardening fuzzy version parsing
This commit is contained in:
@@ -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();
|
||||
Reference in New Issue
Block a user