Run tests via Neovim commands
masterYou can execute tests directly from Neovim using the following commands:
:PlenaryBustedFile <file>: Runs the test file in the current buffer.:PlenaryBustedDirectory <dir>: Runs all tests within the specified directory.
" Run the test in the current buffer
:PlenaryBustedFile %
" Run all tests in the directory "tests/plenary/"
:PlenaryBustedDirectory tests/plenary/