1
0
Fork 0
mirror of https://github.com/pnx/neotest-phpunit synced 2026-06-16 03:54:55 +02:00

Update readme

This commit is contained in:
V13Axel 2024-02-05 17:05:31 -05:00
parent 8b20d2e087
commit ddeea68616

View file

@ -1,7 +1,5 @@
# neotest-pest # neotest-pest
[![Tests](https://github.com/theutz/neotest-pest/actions/workflows/ci.yml/badge.svg)](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({