1
0
Fork 0
mirror of https://github.com/pnx/neotest-phpunit synced 2026-06-18 04:10:01 +02:00

Update readme to include new config options

This commit is contained in:
V13Axel 2024-02-19 09:38:50 -05:00
parent 20ebc86066
commit 3e65ff5a13
3 changed files with 74 additions and 28 deletions

View file

@ -12,10 +12,9 @@ local M = {
env = {
root_ignore_files = {},
root_files = { "tests/Pest.php" },
filter_dirs = { "vendor" },
test_file_suffix = { "Test.php" },
ignore_dirs = { "vendor", "node_modules" },
test_file_suffixes = { "Test.php" },
sail_executable = "vendor/bin/sail",
pest_cmd = "vendor/bin/pest",
parallel = 0,
compact = false,
},