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
The status of all my tests is 'pending' in the outputFile when I run my jest tests from neotestj. If I run the same command from the command line, they all pass. My LazyVim config is:
The command being run by neotest is: npx jest --config=/path/to/config --no-coverage --testLocationInResults --verbose --json --outputFile=/var/folders/cv/m66w261n2sv7c4q_c3w465x00000gr/T/lazyvim.cstyle/hv4kaA/3.json --testNamePattern='.*' --forceExit \\/path\/to\/testfil.test.ts
Any ideas why its not working?
The text was updated successfully, but these errors were encountered:
The status of all my tests is 'pending' in the outputFile when I run my jest tests from neotestj. If I run the same command from the command line, they all pass. My LazyVim config is:
The command being run by neotest is:
npx jest --config=/path/to/config --no-coverage --testLocationInResults --verbose --json --outputFile=/var/folders/cv/m66w261n2sv7c4q_c3w465x00000gr/T/lazyvim.cstyle/hv4kaA/3.json --testNamePattern='.*' --forceExit \\/path\/to\/testfil.test.ts
Any ideas why its not working?
The text was updated successfully, but these errors were encountered: