Skip to content

Enable the OpenExamplesFolder unit test #3598

Closed
@andyleejordan

Description

@andyleejordan

Prerequisites

  • I have written a descriptive issue title.
  • I have searched all issues to ensure it has not already been reported.

Summary

Added but also disabled in #3570:

// TODO: This is skipped because it intereferes with other tests. Either
// need to find a way to close the opened folder via a Code API, or find
// another way to test this.
test.skip("The examples folder can be opened (and exists)", async () => {
assert(await vscode.commands.executeCommand("PowerShell.OpenExamplesFolder"));
});

Proposed Design

No response

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions