You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The fastest (and the most fun) way to resolve the issue is to submit a pull-request yourself. If you are interested, feel free to check out the contribution guide, we look forward to seeing your PR...
The text was updated successfully, but these errors were encountered:
Environment
vscode-jest version
: [5.2.3]node -v
: [irrelevant]npm -v
oryarn --version
: [irrelevant]npm ls jest
ornpm ls react-scripts
(if you haven’t ejected): [irrelevant]Prerequisite
npm run test
ornode_modules/.bin/jest
) [irrelevant]Steps to Reproduce
will generate:
This is not highlighted correctly.
Relevant Debug Info
[irrelevant]
Expected Behavior
Syntax highlighting works for snapshot file containing <.
Actual Behavior
Syntax highlighting doesn't work for snapshot file containing <.
Seems this is an issue in the TextMate grammar that was copied by most extensions. Similar issue: tlent/jest-snapshot-language-support#2
The fastest (and the most fun) way to resolve the issue is to submit a pull-request yourself. If you are interested, feel free to check out the contribution guide, we look forward to seeing your PR...
The text was updated successfully, but these errors were encountered: