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.
RunCollectionClient
1 parent 6eb6d25 commit 5530846Copy full SHA for 5530846
test/pagination.test.js
@@ -79,6 +79,7 @@ describe('Collection clients list method as async iterable', () => {
79
client.actor('some-id').versions(), // Does not support options
80
client.store(), // Does not support desc
81
client.actor('some-id').builds(),
82
+ client.actor('some-id').runs(),
83
client.actors(),
84
client.datasets(), // Supports unnamed
85
client.keyValueStores(), // Supports unnamed
0 commit comments