We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 979f309 commit 0b4d22bCopy full SHA for 0b4d22b
lua/neotest-java/core/file_checker.lua
@@ -17,8 +17,10 @@ end
17
---@return boolean
18
function FileChecker.is_test_file(file_path)
19
file_path = compatible_path(file_path)
20
+ print(file_path)
21
22
local root = compatible_path(ch.get_context().root or root_finder.find_root(vim.fn.getcwd(), matcher) or "")
23
+ print(root)
24
25
local relative_path = path:new(file_path):make_relative(root)
26
if string.find(relative_path, "/main/") then
0 commit comments