fix(test): Update test setup and devDependencies; adjust test import and add package metadata

This commit is contained in:
2025-08-18 21:47:31 +00:00
parent 606c82dafa
commit 456858bc36
5 changed files with 5120 additions and 2053 deletions

View File

@@ -1,4 +1,4 @@
import { expect, tap } from '@push.rocks/tapbundle';
import { expect, tap } from '@git.zone/tstest/tapbundle';
import { Qenv } from '@push.rocks/qenv';
const testQenv = new Qenv('./', './.nogit/');