fix(TsTest): Fixed improper type-check for promise-like testModule defaults

This commit is contained in:
2025-01-23 20:03:52 +01:00
parent 962fa2cd4d
commit 90741ed917
3 changed files with 9 additions and 4 deletions

View File

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