Skip to content

Commit

Permalink
test: don't uninstall JIT plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
mshanemc committed Nov 15, 2023
1 parent b1430dd commit acbc722
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/commands/package/packageList.nut.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ describe('package list', () => {
await session?.clean();
});
it('should list packages in dev hub - json results', async () => {
execCmd('plugins reset', { ensureExitCode: 0, cli: 'sf' });
const packages = await Package.list(hubOrg.getConnection());
const command = `package:list -v ${session.hubOrg.username} --json`;
const output = execCmd<{ [key: string]: unknown }>(command, { ensureExitCode: 0 }).jsonOutput;
Expand Down

0 comments on commit acbc722

Please sign in to comment.