fix(tests): Update tests to use @git.zone/tstest, upgrade dependencies, remove GitLab CI and add local CI/workspace config

This commit is contained in:
2025-08-15 18:28:27 +00:00
parent 47cf2cc2cb
commit a04aabf78b
9 changed files with 3494 additions and 2521 deletions

View File

@@ -1,7 +1,7 @@
import { tap, expect } from '@push.rocks/tapbundle';
import { tap, expect } from '@git.zone/tstest/tapbundle';
tap.test('test metadata functionality', async () => {
})
tap.start();
export default tap.start();