Skip to content

Commit 0b4d22b

Browse files
committed
chore: adds prints
1 parent 979f309 commit 0b4d22b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lua/neotest-java/core/file_checker.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,10 @@ end
1717
---@return boolean
1818
function FileChecker.is_test_file(file_path)
1919
file_path = compatible_path(file_path)
20+
print(file_path)
2021

2122
local root = compatible_path(ch.get_context().root or root_finder.find_root(vim.fn.getcwd(), matcher) or "")
23+
print(root)
2224

2325
local relative_path = path:new(file_path):make_relative(root)
2426
if string.find(relative_path, "/main/") then

0 commit comments

Comments
 (0)