Skip to content

Commit 4561bec

Browse files
build(test): recursively find test files; fail on unsupported dependency versions (#648)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/9be7b892-4bc6-4dcb-8dc8-41f27e5fc193/targets - [ ] To automatically regenerate this PR, check this box. Source-Link: googleapis/synthtool@fdd03c1
1 parent 1852449 commit 4561bec

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

packages/google-cloud-speech/.mocharc.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
const config = {
1515
"enable-source-maps": true,
1616
"throw-deprecation": true,
17-
"timeout": 10000
17+
"timeout": 10000,
18+
"recursive": true
1819
}
1920
if (process.env.MOCHA_THROW_DEPRECATION === 'false') {
2021
delete config['throw-deprecation'];

packages/google-cloud-speech/synth.metadata

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/nodejs-speech.git",
7-
"sha": "a734a8b9e4156fa8085de462d5c5600bbfcb942f"
7+
"sha": "d208cf511385558d8a414dcf6f26e1be1288619e"
88
}
99
},
1010
{
@@ -19,7 +19,7 @@
1919
"git": {
2020
"name": "synthtool",
2121
"remote": "https://github.com/googleapis/synthtool.git",
22-
"sha": "32c758f11b8c578f515a746c9d263b82a615a77c"
22+
"sha": "fdd03c161003ab97657cc0218f25c82c89ddf4b6"
2323
}
2424
}
2525
],
@@ -94,7 +94,6 @@
9494
"README.md",
9595
"api-extractor.json",
9696
"linkinator.config.json",
97-
"package-lock.json.4182279935",
9897
"protos/google/cloud/speech/v1/cloud_speech.proto",
9998
"protos/google/cloud/speech/v1p1beta1/cloud_speech.proto",
10099
"protos/google/cloud/speech/v1p1beta1/resource.proto",
@@ -103,7 +102,6 @@
103102
"protos/protos.json",
104103
"renovate.json",
105104
"samples/README.md",
106-
"samples/package-lock.json.3245432765",
107105
"src/v1/index.ts",
108106
"src/v1/speech_client.ts",
109107
"src/v1/speech_client_config.json",

0 commit comments

Comments
 (0)