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 a451aa5 commit 7c92ff5Copy full SHA for 7c92ff5
test/commands/retrieve/start.test.ts
@@ -152,7 +152,7 @@ describe('project retrieve start', () => {
152
ensureCreateComponentSetArgs({ sourcepath });
153
ensureRetrieveArgs({ format: 'source' });
154
});
155
- it.only('should pass along retrievetargetdir', async () => {
+ it('should pass along retrievetargetdir', async () => {
156
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
157
// @ts-ignore
158
const renameStub = $$.SANDBOX.stub(RetrieveMetadata.prototype, 'moveResultsForRetrieveTargetDir').resolves();
0 commit comments