Mocha Test Explorer#3024
Closed
garrytrinder wants to merge 1 commit intopnp:mainfrom
Closed
Conversation
269d199 to
0efcd27
Compare
2d81d43 to
c75d5fc
Compare
waldekmastykarz
requested changes
Feb 9, 2022
Member
waldekmastykarz
left a comment
There was a problem hiding this comment.
Hey @garrytrinder, it seems like you pulled in some additional commits. Could you please double check it before we proceed?
0efcd27 to
347210a
Compare
347210a to
0ad3d29
Compare
Member
Author
Good catch, not sure what has happened there, but should be all fixed now 👍 |
Member
|
Brilliant! We'll go through it asap |
waldekmastykarz
approved these changes
Feb 15, 2022
Member
waldekmastykarz
left a comment
There was a problem hiding this comment.
Works like a charm. Awesome spring cleaning 😄
Member
|
Merged manually. Thank you! 👏 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #2817
Easiest way to test this is to create a new Codespaces/Remote Container from my branch as I have included the required extensions into the
devcontainer.jsonfile so they will be auto installed.However you can manually install the Test Explorer UI, Mocha Test Explorer and GitLens extensions, you will also need to do an
npm installto pull in thesource-map-supportpackage.Run
npm watchand open the Tests explorer, if no tests appear, use the refresh option after you have runnpm watch. If you add a new test you will need to use refresh again to make it appear, from there you can run and debug the test whilstnpm watchis running in the background.Change log