-
Notifications
You must be signed in to change notification settings - Fork 405
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unexpected error message when cancelling out of create LWC test command #3983
Comments
This issue has been linked to a new work item: W-10915684 |
randi274
added a commit
that referenced
this issue
May 18, 2022
fixed an issue where escaping from the lwc test create command was generating an exception. code now exits gracefully and allows for a quiet escape. #3983
randi274
added a commit
that referenced
this issue
Jun 2, 2022
* fix: allow for escaping lwc test create command fixed an issue where escaping from the lwc test create command was generating an exception. code now exits gracefully and allows for a quiet escape. #3983
This was referenced Oct 6, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary
I exited out of the create LWC test command early and got the error "Command 'SFDX: Create Lightning Web Component Test' resulted in an error (The "path" argument must be of type string. Received undefined)"
Steps To Reproduce:
SFDX: Create Lightning Web Component Test
Expected result
No error; output should close quietly after losing focus
Actual result
Got an error message 😔
Additional information
Salesforce Extension Version in VS Code: v54.6.1
OS and version: Mac 11.6.5
The text was updated successfully, but these errors were encountered: