From 113200ac0b8c5f46c964321eaef162e2ea13bd1e Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Thu, 24 Jun 2021 07:24:22 -0700 Subject: [PATCH] build(node): don't throw on deprecation in unit tests (#1543) Source-Author: Benjamin E. Coe Source-Date: Wed Jun 23 18:46:45 2021 -0400 Source-Repo: googleapis/synthtool Source-Sha: e60186990fae9c4e14e046085b79c08917217040 Source-Link: https://github.com/googleapis/synthtool/commit/e60186990fae9c4e14e046085b79c08917217040 --- .github/workflows/ci.yaml | 4 ++++ synth.metadata | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index dbcdc7ce7..f033c0d2f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -24,6 +24,8 @@ jobs: - run: rm -rf node_modules - run: npm install - run: npm test + env: + MOCHA_THROW_DEPRECATION: false windows: runs-on: windows-latest steps: @@ -33,6 +35,8 @@ jobs: node-version: 14 - run: npm install - run: npm test + env: + MOCHA_THROW_DEPRECATION: false lint: runs-on: ubuntu-latest steps: diff --git a/synth.metadata b/synth.metadata index ecdb2c9bc..26897e4c8 100644 --- a/synth.metadata +++ b/synth.metadata @@ -4,7 +4,7 @@ "git": { "name": ".", "remote": "https://github.com/googleapis/nodejs-firestore.git", - "sha": "1805c3ff411e42ae584f0e6c2629b1f2231340da" + "sha": "2406f6adf938126b642482ec34cd1094920d0442" } }, { @@ -19,7 +19,7 @@ "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "41ccd8cd13ec31f4fb839cf8182aea3c7156e19d" + "sha": "e60186990fae9c4e14e046085b79c08917217040" } } ],