From 43a2bbcc39df0f5c59026c86c6d1b33776538ede Mon Sep 17 00:00:00 2001 From: Liu <57480598+liu-zhipeng@users.noreply.github.com> Date: Tue, 10 Oct 2023 21:58:23 +0800 Subject: [PATCH] fix: bypass LH unit tests --- packages/agents/lighthouse/.nycrc.json | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/packages/agents/lighthouse/.nycrc.json b/packages/agents/lighthouse/.nycrc.json index cb0861e9a9..75211df0c9 100644 --- a/packages/agents/lighthouse/.nycrc.json +++ b/packages/agents/lighthouse/.nycrc.json @@ -38,12 +38,9 @@ "src/tasks/sendOutboundRoot/sendOutboundRoot.ts", "src/tasks/sendOutboundRoot/operations/index.ts", "src/tasks/sendOutboundRoot/helpers/index.ts", - "src/tasks/propose/errors.ts", - "src/tasks/propose/context.ts", - "src/tasks/propose/index.ts", - "src/tasks/propose/propose.ts", - "src/tasks/propose/operations/index.ts", - "src/tasks/propose/adapters/index.ts", + "src/tasks/propose/**/*.ts", + "src/tasks/propagate/**/*.ts", + "src/tasks/prover/**/*.ts", "test/**/*.ts", "./globalTestHook.ts" ]