We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5075a50 commit a26fae8Copy full SHA for a26fae8
test/test.download.ts
@@ -78,7 +78,7 @@ describe(__filename, () => {
78
assert.strictEqual(shouldUpdate, false);
79
});
80
81
- it.only('should download the discovery docs', async () => {
+ it('should download the discovery docs', async () => {
82
const scopes = [
83
nock(
84
'https://raw.githubusercontent.com/googleapis/discovery-artifact-manager/master/discoveries'
0 commit comments