Skip to content
This repository was archived by the owner on Sep 19, 2023. It is now read-only.

Commit 62f5513

Browse files
build(test): recursively find test files; fail on unsupported dependency versions (#37)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/57acd272-496f-4414-af01-fc62837d5aa1/targets - [ ] To automatically regenerate this PR, check this box. Source-Link: googleapis/synthtool@fdd03c1
1 parent e13e35b commit 62f5513

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
node-version: ${{ matrix.node }}
1818
- run: node --version
19-
- run: npm install
19+
- run: npm install --engine-strict
2020
- run: npm test
2121
- name: coverage
2222
uses: codecov/codecov-action@v1

.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,7 +4,7 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/nodejs-analytics-admin.git",
7-
"sha": "bd8a77583d166c3ff71693f74dfb73af7f82fda1"
7+
"sha": "e13e35b83cbf89826c2397a57846297f78ca9abf"
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)