From 485181cb470b567cc0b6e9d9f2f62867488bded6 Mon Sep 17 00:00:00 2001 From: Daniel Bruce Date: Tue, 28 Jul 2026 15:50:25 -0400 Subject: [PATCH] Add a comment that will run the gcb tests --- handwritten/bigtable/src/index.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/handwritten/bigtable/src/index.ts b/handwritten/bigtable/src/index.ts index 35e8f5d4ad54..fd1b253f9f03 100644 --- a/handwritten/bigtable/src/index.ts +++ b/handwritten/bigtable/src/index.ts @@ -12,6 +12,8 @@ // See the License for the specific language governing permissions and // limitations under the License. +// This comment will run the gcb tests + import {replaceProjectIdToken} from '@google-cloud/projectify'; import {promisifyAll} from '@google-cloud/promisify'; import arrify = require('arrify');