diff --git a/pkgs/applications/editors/vim/plugins/generated.nix b/pkgs/applications/editors/vim/plugins/generated.nix index c6e388dd1d6d..88c2d278e07f 100644 --- a/pkgs/applications/editors/vim/plugins/generated.nix +++ b/pkgs/applications/editors/vim/plugins/generated.nix @@ -8927,6 +8927,19 @@ final: prev: meta.hydraPlatforms = [ ]; }; + neotest-mocha = buildVimPlugin { + pname = "neotest-mocha"; + version = "2024-07-30"; + src = fetchFromGitHub { + owner = "adrigzr"; + repo = "neotest-mocha"; + rev = "8239023d299a692784176f202f6a4a5e0a698ad2"; + sha256 = "sha256-Fbe7xuu5Qy6GXKsvQbVcE5oG7dgKjghuX470V7sjmqA="; + }; + meta.homepage = "https://github.com/adrigzr/neotest-mocha"; + meta.hydraPlatforms = [ ]; + }; + neotest-pest = buildVimPlugin { pname = "neotest-pest"; version = "2024-02-16"; diff --git a/pkgs/applications/editors/vim/plugins/overrides.nix b/pkgs/applications/editors/vim/plugins/overrides.nix index d81e1c0b39d4..1cb5b894bca9 100644 --- a/pkgs/applications/editors/vim/plugins/overrides.nix +++ b/pkgs/applications/editors/vim/plugins/overrides.nix @@ -2070,6 +2070,15 @@ in nvimSkipModule = "neotest-jest-assertions"; }; + neotest-mocha = super.neotest-mocha.overrideAttrs { + dependencies = with self; [ + neotest + nvim-nio + nvim-treesitter + plenary-nvim + ]; + }; + neotest-minitest = super.neotest-minitest.overrideAttrs { dependencies = with self; [ neotest diff --git a/pkgs/applications/editors/vim/plugins/vim-plugin-names b/pkgs/applications/editors/vim/plugins/vim-plugin-names index db1ca5f2ada0..ad962264b1ab 100644 --- a/pkgs/applications/editors/vim/plugins/vim-plugin-names +++ b/pkgs/applications/editors/vim/plugins/vim-plugin-names @@ -683,6 +683,7 @@ https://github.com/alfaix/neotest-gtest/,HEAD, https://github.com/MrcJkb/neotest-haskell/,HEAD, https://github.com/rcasia/neotest-java/,HEAD, https://github.com/nvim-neotest/neotest-jest/,HEAD, +https://github.com/adrigzr/neotest-mocha/,HEAD, https://github.com/zidhuss/neotest-minitest/,HEAD, https://github.com/theutz/neotest-pest/,HEAD, https://github.com/olimorris/neotest-phpunit/,HEAD,