From 6c0328b040b2e27d138be043fd46edb5170b0919 Mon Sep 17 00:00:00 2001 From: defiQUG Date: Tue, 12 May 2026 00:00:43 -0700 Subject: [PATCH] docs: point GRU transport Jest gate at loader design spec Co-authored-by: Cursor --- services/token-aggregation/jest.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/token-aggregation/jest.config.js b/services/token-aggregation/jest.config.js index 389aa5c..155e122 100644 --- a/services/token-aggregation/jest.config.js +++ b/services/token-aggregation/jest.config.js @@ -1,7 +1,7 @@ /** * GRU transport API tests require `config/token-mapping-loader.cjs` to export * getGruTransportMetadata + getActiveTransportPairs backed by `config/gru-transport-active.json` - * (not yet published in the monorepo). Run them explicitly: + * (see Proxmox docs/04-configuration/GRU_TRANSPORT_LOADER_DESIGN_SPEC.md). Run them explicitly: * RUN_GRU_TRANSPORT_LOADER_TESTS=1 npm run test:ci */ const runGruTransportLoaderTests = process.env.RUN_GRU_TRANSPORT_LOADER_TESTS === '1';