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
I have a few repos that have both typescript and go in them. I've noticed that when trying to run tests for the typescript code, the neotest-go adapter is being used.
When I remove neotest-go, I'm able to run both typescript and go tests just fine using the neotest-vim-test adapter. However, I miss out on the table test functionality which is the whole thing that brought me to neotest in the first place. When I add neotest-go, running the same test yields the following debug message:
The file I'm trying to run here is github.test.ts so there's no _test.go in the filename at all, but I'm assuming that since I have a go.mod at the root of this repo (as well as a package.json). the neotest-go adapter is trying to take over. Any way to work around this?
The text was updated successfully, but these errors were encountered:
I have a few repos that have both typescript and go in them. I've noticed that when trying to run tests for the typescript code, the
neotest-go
adapter is being used.Here's my config:
When I remove
neotest-go
, I'm able to run both typescript and go tests just fine using theneotest-vim-test
adapter. However, I miss out on the table test functionality which is the whole thing that brought me toneotest
in the first place. When I addneotest-go
, running the same test yields the following debug message:The file I'm trying to run here is
github.test.ts
so there's no_test.go
in the filename at all, but I'm assuming that since I have ago.mod
at the root of this repo (as well as apackage.json
). theneotest-go
adapter is trying to take over. Any way to work around this?The text was updated successfully, but these errors were encountered: