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');