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 ac81747 commit ceafe8bCopy full SHA for ceafe8b
tests/unit/input.test.ts
@@ -82,7 +82,7 @@ describe('processInput', () => {
82
expect(processed.tools).toEqual(['docs', 'invalidKey', 'storage']);
83
});
84
85
- it('should merge actors into tools selectors for backward compatibility', async () => {
+ it('should merge actors into tools for backward compatibility', async () => {
86
const input: Partial<Input> = {
87
actors: ['apify/website-content-crawler', 'apify/instagram-scraper'],
88
tools: ['docs'],
0 commit comments