From a3d8f3d1e955400c8d44748d043139855f58674c Mon Sep 17 00:00:00 2001 From: Valery Bugakov Date: Fri, 5 May 2023 05:01:18 -0700 Subject: [PATCH] bazel: update buildfiles (#51508) `bazel configure` on main --- client/cody/BUILD.bazel | 1 + 1 file changed, 1 insertion(+) diff --git a/client/cody/BUILD.bazel b/client/cody/BUILD.bazel index d4bceb9bfbe..6fd51744c42 100644 --- a/client/cody/BUILD.bazel +++ b/client/cody/BUILD.bazel @@ -96,6 +96,7 @@ ts_project( srcs = [ "src/chat/ChatViewProvider.test.ts", "src/completions/context.test.ts", + "src/completions/provider.test.ts", "src/configuration.test.ts", "src/keyword-context/local-keyword-context-fetcher.test.ts", ],