feat(runtime): Add runtime adapters, filename runtime parser and migration tool; integrate runtime selection into TsTest and add tests

This commit is contained in:
2025-10-10 16:35:22 +00:00
parent ee0aca9ff7
commit 36715c9139
12 changed files with 2106 additions and 23 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@git.zone/tstest',
version: '2.3.8',
version: '2.4.0',
description: 'a test utility to run tests that match test/**/*.ts'
}