Skip to content

Commit 36c9cde

Browse files
build(test): recursively find test files; fail on unsupported dependency versions (#425)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/690c7a47-5578-464e-a3d6-7b377467cdd9/targets - [ ] To automatically regenerate this PR, check this box. Source-Link: googleapis/synthtool@fdd03c1
1 parent 449836a commit 36c9cde

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

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

+2-1
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-dns/synth.metadata

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/nodejs-dns.git",
7-
"sha": "5cb1793e1b46c4bd3cabf0d4a062df998f54e88f"
7+
"sha": "1fb9fef45a261e9f1ff3a067c1748a7c79d5a54c"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "8cf6d2834ad14318e64429c3b94f6443ae83daf9"
14+
"sha": "fdd03c161003ab97657cc0218f25c82c89ddf4b6"
1515
}
1616
}
1717
],

0 commit comments

Comments
 (0)