fix(tests): Update test imports and devDependencies to use @git.zone/tstest/tapbundle

This commit is contained in:
2025-05-16 15:01:56 +00:00
parent 75783b0e87
commit f2823c2645
16 changed files with 585 additions and 1212 deletions

View File

@ -1,4 +1,4 @@
import { expect, tap } from '@push.rocks/tapbundle';
import { expect, tap } from '@git.zone/tstest/tapbundle';
import { SmartlogDestinationFile } from '../ts_destination_file/index.js';
import * as fs from 'fs';
import * as path from 'path';