mirror of
https://github.com/pnx/neotest-phpunit
synced 2026-06-16 03:54:55 +02:00
only look for tests/pest.php
This commit is contained in:
parent
557018f052
commit
5071eff864
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ local NeotestAdapter = { name = "neotest-pest" }
|
|||
---@async
|
||||
---@param dir string @Directory to treat as cwd
|
||||
---@return string | nil @Absolute root dir of test suite
|
||||
NeotestAdapter.root = lib.files.match_root_pattern("composer.json", "tests/Pest.php")
|
||||
NeotestAdapter.root = lib.files.match_root_pattern("tests/Pest.php")
|
||||
|
||||
---Filter directories when searching for test files
|
||||
---@async
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue