-
-
Notifications
You must be signed in to change notification settings - Fork 240
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
feat(typescript): add neotest-jest support #1189
feat(typescript): add neotest-jest support #1189
Conversation
Review ChecklistDoes this PR follow the [Contribution Guidelines](development guidelines)? Following is a partial checklist: Proper conventional commit scoping:
|
7a2ee73
to
7fb27a9
Compare
7fb27a9
to
31f34b3
Compare
31f34b3
to
b541c1e
Compare
Thanks @mehalter, I'm busy today and would upload the changes at the afternoon. |
No worries! Just wanted to help get this through since it was a small change :) Thanks again! This was a great addition plus exposed bugs in other packs :D |
📑 Description
In
typescript
pack, add support forneotest-jest
ifneotest
is installed.ℹ Additional Information
The usage of
table#insert
function allows to use the same pattern in other language packs without overriding the values (e.g.: userustaceanvim
integration forneotest
in the sameneovim
configuration).This usage was inspired from the
rust
language pack.