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
thanks for this awesome adapter and the whole neotest package.
I have a weird project I'm working on that is using nx and I cannot use this project unless I patch it.
Because we run the tests with npx nx run package_name:test --test-file fileName
But with the additional commands you add to the jestCommand here:
Hey,
thanks for this awesome adapter and the whole neotest package.
I have a weird project I'm working on that is using
nx
and I cannot use this project unless I patch it.Because we run the tests with
npx nx run package_name:test --test-file fileName
But with the additional commands you add to the jestCommand here:
neotest-jest/lua/neotest-jest/init.lua
Lines 412 to 421 in 514fd4e
it fails because
--json
is not the way to do it withnx
but rather--json=true
Would you accept a PR that adds a config flag to not include these extra commands?
and then check in the
init.lua
Thanks for your time. Feel free to close this issue if you don't want such a PR.
The text was updated successfully, but these errors were encountered: