fix(deps/tests): bump two dependencies and disable cache in tests
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user