Skip to content

Commit

Permalink
chore: test
Browse files Browse the repository at this point in the history
  • Loading branch information
iowillhoit committed Nov 7, 2024
1 parent 533aa24 commit 80275f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/commands/doctor.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ const getVersionDetailResult = (config: Interfaces.Config): Record<string, unkno
return { ...defaults, pluginVersions: formatPlugins(config, config.versionDetails.pluginVersions ?? {}) };
};

describe('Doctor Command', () => {
xdescribe('Doctor Command', () => {
const sandbox = Sinon.createSandbox();

let uxLogStub: sinon.SinonStub;
Expand Down

0 comments on commit 80275f7

Please sign in to comment.