vimPlugins.neotest-mocha: init at 2024-07-30 (#382004)
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user