feat(tstest): add support for package.json before scripts during test execution

This commit is contained in:
2026-03-19 15:38:02 +00:00
parent bc39793682
commit cf4e5c33e8
5 changed files with 197 additions and 2 deletions
+1 -1
View File
@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@git.zone/tstest',
version: '3.4.0',
version: '3.5.0',
description: 'A powerful, modern test runner for TypeScript with multi-runtime support (Node.js, Deno, Bun, Chromium) and a batteries-included test framework.'
}