-
Notifications
You must be signed in to change notification settings - Fork 18
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
Support jest-function for Typescript-mode #22
Comments
I made a function extracting test name from buffer. Please check and give some advices to improve. |
is it possible to go further with this PR, it's really interesting? |
Thanks for reviewing that! I haven't been writing much JS myself recently, so I haven't been using it. I used this repo to test however in case that's of use in the future, so we can reproduce results https://github.com/Lemoncode/jest-testing-by-sample/tree/master/frontend/02%20Plain%20Vanilla |
Thanks for review. I found some bugs on my code. |
The
jest-function
uses js2, so it does not work on other modes like typescript-mode.A few ideas:
lsp
,imenu
, could be used?The text was updated successfully, but these errors were encountered: