fix(core): Ensure reliability in test setup and execution

This commit is contained in:
2024-09-19 09:10:29 +02:00
parent 20e36fbdf2
commit 4e7b5a693d
2 changed files with 8 additions and 1 deletions

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/tapbundle',
version: '5.2.1',
version: '5.2.2',
description: 'A test automation library bundling utilities and tools for TAP (Test Anything Protocol) based testing, specifically tailored for tapbuffer.'
}