mirror of
https://github.com/pnx/neotest-phpunit
synced 2026-06-16 03:54:55 +02:00
Update readme
This commit is contained in:
parent
8b20d2e087
commit
ddeea68616
1 changed files with 1 additions and 3 deletions
|
|
@ -1,7 +1,5 @@
|
||||||
# neotest-pest
|
# neotest-pest
|
||||||
|
|
||||||
[](https://github.com/theutz/neotest-pest/actions/workflows/ci.yml)
|
|
||||||
|
|
||||||
This plugin provides a [Pest](https://pestphp.com) adapter for the [Neotest](https://github.com/nvim-neotest/neotest) framework.
|
This plugin provides a [Pest](https://pestphp.com) adapter for the [Neotest](https://github.com/nvim-neotest/neotest) framework.
|
||||||
|
|
||||||
:warning: _This plugin is still in the early stages of development. Please test against your Pest tests_ :warning:
|
:warning: _This plugin is still in the early stages of development. Please test against your Pest tests_ :warning:
|
||||||
|
|
@ -15,7 +13,7 @@ use({
|
||||||
'nvim-neotest/neotest',
|
'nvim-neotest/neotest',
|
||||||
requires = {
|
requires = {
|
||||||
...,
|
...,
|
||||||
'theutz/neotest-pest',
|
'V13Axel/neotest-pest',
|
||||||
},
|
},
|
||||||
config = function()
|
config = function()
|
||||||
require('neotest').setup({
|
require('neotest').setup({
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue