fix(webhelpers): improve browser test fixture to append element and await custom element upgrade and Lit update completion; add generic return type; update npm packaging release config; remove pnpm onlyBuiltDependencies

This commit is contained in:
2025-12-30 11:29:44 +00:00
parent c9950d31ac
commit 2b81e8e5aa
5 changed files with 35 additions and 12 deletions

View File

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