From 003dee1b705e20aa093594fd5ea7d13878161145 Mon Sep 17 00:00:00 2001 From: Hweinstock Date: Thu, 3 Sep 2026 19:35:06 +0000 Subject: [PATCH] fix: address double function implementation failing tsc --- src/handlers/project/buildDeploy.screen.test.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/handlers/project/buildDeploy.screen.test.tsx b/src/handlers/project/buildDeploy.screen.test.tsx index 50fcf9121..c283f0b2d 100644 --- a/src/handlers/project/buildDeploy.screen.test.tsx +++ b/src/handlers/project/buildDeploy.screen.test.tsx @@ -62,9 +62,6 @@ function fakeBackend(options: FakeBackendOptions = {}) { async resolveDeployedResources() { return []; }, - async resolveProjectResources() { - return []; - }, }; return { backend, deploys }; }