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 0c880a4 commit aa9855cCopy full SHA for aa9855c
test/commands/run.test.ts
@@ -267,7 +267,7 @@ describe('apify run', () => {
267
expect(existsSync(joinPath(getLocalRequestQueuePath()))).toStrictEqual(false);
268
});
269
270
- it.only('run with purge works without storage folder', async () => {
+ it('run with purge works without storage folder', async () => {
271
await rimrafPromised(getLocalStorageDir());
272
273
writeFileSync(
0 commit comments