test: verify the packaged Commonlib boundary

This commit is contained in:
vorotamoroz
2026-07-17 17:50:56 +00:00
parent f80137e364
commit 7b7801b029
12 changed files with 176 additions and 26 deletions
+3 -1
View File
@@ -1,6 +1,8 @@
{
"tasks": {
"test": "deno test --env-file=.test.env -A --no-check test-*.ts",
"test": "deno task test:ci",
"test:ci": "deno run -A --no-check run-ci-suite.ts",
"test:p2p:compose": "deno run -A --no-check run-compose-p2p.ts",
"test:local": "deno test --env-file=.test.env -A --no-check test-setup-put-cat.ts test-mirror.ts test-daemon.ts",
"test:daemon": "deno test --env-file=.test.env -A --no-check test-daemon.ts",
"test:decoupled-vault": "deno test --env-file=.test.env -A --no-check test-decoupled-vault.ts",