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
My current setup uses file.js and file.test.js where the functions being tested are in file.js and file.test.js has the jest tests but this plugin only runs tests when file.test.js is open. Is this the intended use case?
When I run require("neotest").run.run() in file.js no tests are found but it works fine in file.test.js
~/.local/state/nvim/neotest.log is empty
The text was updated successfully, but these errors were encountered:
My current setup uses file.js and file.test.js where the functions being tested are in file.js and file.test.js has the jest tests but this plugin only runs tests when file.test.js is open. Is this the intended use case?
When I run
require("neotest").run.run()
in file.js no tests are found but it works fine in file.test.js~/.local/state/nvim/neotest.log is empty
The text was updated successfully, but these errors were encountered: