From 408e4a59fedc58f4e61471f26398c97fac57ea05 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Sat, 12 Sep 2020 11:20:25 -0700 Subject: [PATCH] build(test): recursively find test files; fail on unsupported dependency versions (#448) This PR was generated using Autosynth. :rainbow: Synth log will be available here: https://source.cloud.google.com/results/invocations/d923dd20-12e5-4e58-82e9-642b59bc9fd4/targets - [ ] To automatically regenerate this PR, check this box. Source-Link: https://github.com/googleapis/synthtool/commit/fdd03c161003ab97657cc0218f25c82c89ddf4b6 --- packages/google-cloud-texttospeech/.mocharc.js | 3 ++- packages/google-cloud-texttospeech/synth.metadata | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/packages/google-cloud-texttospeech/.mocharc.js b/packages/google-cloud-texttospeech/.mocharc.js index ff7b34fa5d1..0b600509bed 100644 --- a/packages/google-cloud-texttospeech/.mocharc.js +++ b/packages/google-cloud-texttospeech/.mocharc.js @@ -14,7 +14,8 @@ const config = { "enable-source-maps": true, "throw-deprecation": true, - "timeout": 10000 + "timeout": 10000, + "recursive": true } if (process.env.MOCHA_THROW_DEPRECATION === 'false') { delete config['throw-deprecation']; diff --git a/packages/google-cloud-texttospeech/synth.metadata b/packages/google-cloud-texttospeech/synth.metadata index 55f8bc86010..99b85dafd39 100644 --- a/packages/google-cloud-texttospeech/synth.metadata +++ b/packages/google-cloud-texttospeech/synth.metadata @@ -4,7 +4,7 @@ "git": { "name": ".", "remote": "https://github.com/googleapis/nodejs-text-to-speech.git", - "sha": "401c5e9307a3c4ad6439c2df68db37e095af78b6" + "sha": "d069082f8e5630a80e3b064525dd51f011f8c0dd" } }, { @@ -19,7 +19,7 @@ "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "8cf6d2834ad14318e64429c3b94f6443ae83daf9" + "sha": "fdd03c161003ab97657cc0218f25c82c89ddf4b6" } } ],