fix(tapbundle_serverside): use native fs promises to create the test files directory and write the downloaded alpine tarball

This commit is contained in:
2026-05-08 11:10:38 +00:00
parent 31ff6f6e28
commit c93194843e
3 changed files with 10 additions and 4 deletions
+1 -1
View File
@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@git.zone/tstest',
version: '3.6.3',
version: '3.6.4',
description: 'A powerful, modern test runner for TypeScript with multi-runtime support (Node.js, Deno, Bun, Chromium) and a batteries-included test framework.'
}