Skip to content
This repository was archived by the owner on Nov 21, 2025. It is now read-only.

Commit 4fd85d7

Browse files
build(test): recursively find test files; fail on unsupported dependency versions (#1308)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/b07e7603-6d2e-453b-934d-7b03566ffcfd/targets - [ ] To automatically regenerate this PR, check this box. Source-Link: googleapis/synthtool@fdd03c1
1 parent 08b10cf commit 4fd85d7

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.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'];

synth.metadata

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/cloud-trace-nodejs.git",
7-
"sha": "6b3c6bf0d7f0ccb0dd4ab33a7196a4b7fb297758"
7+
"sha": "08b10cfeea801768123506248590bd259aeb0c5d"
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)