Skip to content

Commit 6bdff61

Browse files
build(test): recursively find test files; fail on unsupported dependency versions (#400)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/4ed21f23-f327-48f6-8054-258670f2c8a0/targets - [ ] To automatically regenerate this PR, check this box. Source-Link: googleapis/synthtool@fdd03c1
1 parent cd426e9 commit 6bdff61

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

packages/google-cloud-bigquery-datatransfer/.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-bigquery-datatransfer/synth.metadata

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/nodejs-bigquery-data-transfer.git",
7-
"sha": "4b5e5c54083ee437da0e79e455edbe3df60a8570"
7+
"sha": "2ad9ce5f9460e11bd96564b4ab19ec7e4cb26169"
88
}
99
},
1010
{
@@ -19,7 +19,7 @@
1919
"git": {
2020
"name": "synthtool",
2121
"remote": "https://github.com/googleapis/synthtool.git",
22-
"sha": "8cf6d2834ad14318e64429c3b94f6443ae83daf9"
22+
"sha": "fdd03c161003ab97657cc0218f25c82c89ddf4b6"
2323
}
2424
}
2525
],

0 commit comments

Comments
 (0)