mirror of
https://github.com/pnx/neotest-phpunit
synced 2026-06-16 03:54:55 +02:00
Make the example work
This commit is contained in:
parent
3e65ff5a13
commit
601a8c56b9
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ Here's an example using lazy.nvim:
|
|||
|
||||
> [!TIP]
|
||||
> Any of these options can be set to a lua function that returns the desired result. For example, wanna run tests in parallel, one for each CPU core?
|
||||
> `parallel = function() #vim.loop.cpu_info() end`
|
||||
> `parallel = function() return #vim.loop.cpu_info() end,`
|
||||
|
||||
```lua
|
||||
adapters = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue