AstroNvim / astrocommunity

A community repository of common plugin specifications
GNU General Public License v3.0
1.16k stars 236 forks source link

feat(typescript): add neotest-jest support #1189

Closed cristobalgvera closed 3 weeks ago

cristobalgvera commented 4 weeks ago

📑 Description

In typescript pack, add support for neotest-jest if neotest 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.: use rustaceanvim integration for neotest in the same neovim configuration).

This usage was inspired from the rust language pack.

github-actions[bot] commented 4 weeks ago

Review Checklist

Does this PR follow the [Contribution Guidelines](development guidelines)? Following is a partial checklist:

Proper conventional commit scoping:

cristobalgvera commented 3 weeks ago

Thanks @mehalter, I'm busy today and would upload the changes at the afternoon.

mehalter commented 3 weeks ago

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