fix(core): update

This commit is contained in:
2024-03-07 13:22:24 +01:00
parent 1431e439a0
commit de29ed1e5c
4 changed files with 7 additions and 7 deletions

View File

@ -33,4 +33,4 @@ tap.test('should create a patch version', async () => {
console.log(newVersion.versionString);
})
tap.start();
export const runTestPromise = tap.start();