Skip to content

Commit 113200a

Browse files
build(node): don't throw on deprecation in unit tests (#1543)
Source-Author: Benjamin E. Coe <[email protected]> Source-Date: Wed Jun 23 18:46:45 2021 -0400 Source-Repo: googleapis/synthtool Source-Sha: e60186990fae9c4e14e046085b79c08917217040 Source-Link: googleapis/synthtool@e601869
1 parent 2406f6a commit 113200a

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
- run: rm -rf node_modules
2525
- run: npm install
2626
- run: npm test
27+
env:
28+
MOCHA_THROW_DEPRECATION: false
2729
windows:
2830
runs-on: windows-latest
2931
steps:
@@ -33,6 +35,8 @@ jobs:
3335
node-version: 14
3436
- run: npm install
3537
- run: npm test
38+
env:
39+
MOCHA_THROW_DEPRECATION: false
3640
lint:
3741
runs-on: ubuntu-latest
3842
steps:

synth.metadata

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/nodejs-firestore.git",
7-
"sha": "1805c3ff411e42ae584f0e6c2629b1f2231340da"
7+
"sha": "2406f6adf938126b642482ec34cd1094920d0442"
88
}
99
},
1010
{
@@ -19,7 +19,7 @@
1919
"git": {
2020
"name": "synthtool",
2121
"remote": "https://github.com/googleapis/synthtool.git",
22-
"sha": "41ccd8cd13ec31f4fb839cf8182aea3c7156e19d"
22+
"sha": "e60186990fae9c4e14e046085b79c08917217040"
2323
}
2424
}
2525
],

0 commit comments

Comments
 (0)