Skip to content

Commit e273374

Browse files
build: update test configuration (#581)
1 parent 4e6ed35 commit e273374

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

packages/google-cloud-translate/.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'];

packages/google-cloud-translate/synth.metadata

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
{
44
"git": {
55
"name": ".",
6-
"remote": "git@github.com:googleapis/nodejs-translate.git",
7-
"sha": "35786baf2537579ac719d76e75be31de0bf89e18"
6+
"remote": "https://github.com/googleapis/nodejs-translate.git",
7+
"sha": "6ca7d9aea43a8934f6426d7c99d9c48a5a81f9fb"
88
}
99
},
1010
{
@@ -14,6 +14,13 @@
1414
"sha": "7e1a21195ede14f97f7da30efcff4c6bac599bb5",
1515
"internalRef": "330665887"
1616
}
17+
},
18+
{
19+
"git": {
20+
"name": "synthtool",
21+
"remote": "https://github.com/googleapis/synthtool.git",
22+
"sha": "fdd03c161003ab97657cc0218f25c82c89ddf4b6"
23+
}
1724
}
1825
],
1926
"destinations": [
@@ -87,15 +94,13 @@
8794
"README.md",
8895
"api-extractor.json",
8996
"linkinator.config.json",
90-
"package-lock.json.338134618",
9197
"protos/google/cloud/translate/v3/translation_service.proto",
9298
"protos/google/cloud/translate/v3beta1/translation_service.proto",
9399
"protos/protos.d.ts",
94100
"protos/protos.js",
95101
"protos/protos.json",
96102
"renovate.json",
97103
"samples/README.md",
98-
"samples/package-lock.json.1765310384",
99104
"src/v3/index.ts",
100105
"src/v3/translation_service_client.ts",
101106
"src/v3/translation_service_client_config.json",

0 commit comments

Comments
 (0)