fix(deps/tests): bump two dependencies and disable cache in tests

This commit is contained in:
2026-02-11 17:24:17 +00:00
parent e6a1f50554
commit 735464e8e6
8 changed files with 38 additions and 28 deletions

View File

@@ -8,6 +8,7 @@ let testDcRouter: DcRouter;
tap.test('should start DCRouter with OpsServer', async () => {
testDcRouter = new DcRouter({
// Minimal config for testing
cacheConfig: { enabled: false },
});
await testDcRouter.start();