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 5f17671 commit ef7706aCopy full SHA for ef7706a
test/test.download.ts
@@ -107,7 +107,7 @@ describe(__filename, () => {
107
scopes.forEach(s => s.done());
108
});
109
110
- it.only('should ignore changes to schemas that only have revision changes', async () => {
+ it('should ignore changes to schemas that only have revision changes', async () => {
111
const scopes = [
112
nock(
113
'https://raw.githubusercontent.com/googleapis/discovery-artifact-manager/master/discoveries'
0 commit comments