From 8cd95f4d2f77106602efdd7c3d15d51de467825e Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Wed, 16 Sep 2020 11:12:42 -0700 Subject: [PATCH] build(test): recursively find test files; fail on unsupported dependency versions (#198) Source-Author: Megan Potter <57276408+feywind@users.noreply.github.com> Source-Date: Fri Sep 11 18:47:00 2020 -0700 Source-Repo: googleapis/synthtool Source-Sha: fdd03c161003ab97657cc0218f25c82c89ddf4b6 Source-Link: https://github.com/googleapis/synthtool/commit/fdd03c161003ab97657cc0218f25c82c89ddf4b6 Co-authored-by: Justin Beckwith --- packages/google-cloud-phishingprotection/.mocharc.js | 3 ++- packages/google-cloud-phishingprotection/synth.metadata | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/packages/google-cloud-phishingprotection/.mocharc.js b/packages/google-cloud-phishingprotection/.mocharc.js index ff7b34fa5d1..0b600509bed 100644 --- a/packages/google-cloud-phishingprotection/.mocharc.js +++ b/packages/google-cloud-phishingprotection/.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-phishingprotection/synth.metadata b/packages/google-cloud-phishingprotection/synth.metadata index fe05ec46ed2..6e9b9f46b2a 100644 --- a/packages/google-cloud-phishingprotection/synth.metadata +++ b/packages/google-cloud-phishingprotection/synth.metadata @@ -4,7 +4,7 @@ "git": { "name": ".", "remote": "https://github.com/googleapis/nodejs-phishing-protection.git", - "sha": "e2bd48a1b1ed5bf1820dd00475d1bf577f49a6e5" + "sha": "4222d03da2e64eec6246193f21369e1e9acded8e" } }, { @@ -19,7 +19,7 @@ "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "8cf6d2834ad14318e64429c3b94f6443ae83daf9" + "sha": "fdd03c161003ab97657cc0218f25c82c89ddf4b6" } } ],