test(cli): cover Adaptive PostgREST remotes

This commit is contained in:
vorotamoroz
2026-08-02 07:51:07 +00:00
parent 09ee6023ae
commit ae9dd6f79b
11 changed files with 550 additions and 19 deletions
+2 -1
View File
@@ -36,7 +36,8 @@
"test:e2e-matrix:minio-enc0": "deno test --env-file=.test.env -A --no-check --filter='e2e matrix: MINIO-enc0' test-e2e-two-vaults-matrix.ts",
"test:e2e-matrix:minio-enc1": "deno test --env-file=.test.env -A --no-check --filter='e2e matrix: MINIO-enc1' test-e2e-two-vaults-matrix.ts",
"test:adaptive-journal-s3": "deno test --env-file=.test.env -A --no-check test-adaptive-journal-s3.ts",
"test:adaptive-journal-webdav": "deno test --env-file=.test.env -A --no-check test-adaptive-journal-webdav.ts"
"test:adaptive-journal-webdav": "deno test --env-file=.test.env -A --no-check test-adaptive-journal-webdav.ts",
"test:adaptive-journal-postgrest": "deno test --env-file=.test.env -A --no-check test-adaptive-journal-postgrest.ts"
},
"imports": {
"@std/assert": "jsr:@std/assert@^1.0.13",