mirror of
https://github.com/pnx/neotest-phpunit
synced 2026-06-18 04:10:01 +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]
|
> [!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?
|
> 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
|
```lua
|
||||||
adapters = {
|
adapters = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue